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
Eunji Jeong c8840465d1 Pass tests in es5 test262 ch15.2.3.3 (except for URI-related features)
- Add every builtin function templates in es5
- Modification on Makefile target "check" should not trigger rebuild
- Add JSON object
- Implement some toString functions
- Initialize m_value properly in ObjectPropertyDescriptor constructor
2016-12-29 22:39:02 +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 Pass tests in es5 test262 ch15.2.3.3 (except for URI-related features) 2016-12-29 22:39:02 +09:00
test add test262(es5) as submodule 2016-12-20 19:16:32 +09:00
third_party Remove auto-generated files by bdwgc build 2016-12-29 11:03:00 +09:00
tools Pass tests in es5 test262 ch15.2.3.3 (except for URI-related features) 2016-12-29 22:39:02 +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 Bound codeblock can be strict codeblock 2016-12-29 18:36:39 +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