Escargot is a lightweight JavaScript engine designed specifically for resource-constrained environments.
  • C++ 91.5%
  • Python 4.1%
  • JavaScript 2%
  • Java 1.7%
  • CMake 0.5%
  • Other 0.2%
Find a file
seonghyun kim 2057250e48 implement Array.prototype.indexOf, Array.prototype.lastIndexOf
Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
2017-01-04 15:18:58 +09:00
build Pass more tests in test262 ch12 2016-12-28 16:15:53 +09:00
deps initial commit 2016-11-17 22:19:49 +09:00
src implement Array.prototype.indexOf, Array.prototype.lastIndexOf 2017-01-04 15:18:58 +09:00
test add test262(es5) as submodule 2016-12-20 19:16:32 +09:00
third_party Implement JSON.parse and JSON.stringify 2017-01-04 14:54:23 +09:00
tools implement Array.prototype.indexOf, Array.prototype.lastIndexOf 2017-01-04 15:18:58 +09:00
.clang-format Apply clang-formatting 2016-12-08 14:53:01 +09:00
.gitignore Add custom allocator for precise marking and add more tools 2016-12-20 11:14:07 +09:00
.gitmodules add test262(es5) as submodule 2016-12-20 19:16:32 +09:00
build_third_party.sh Add custom allocator for precise marking and add more tools 2016-12-20 11:14:07 +09:00
excludelist.orig.xml implement Array.prototype.indexOf, Array.prototype.lastIndexOf 2017-01-04 15:18:58 +09:00
Makefile Pass tests in es5 test262 ch15.2.3.3 (except for URI-related features) 2016-12-29 22:39:02 +09:00
test262.py 1. update test262.py 2017-01-02 18:38:55 +09:00