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 11e625f373 1. implement instanceof, in, delete operator
2. VariableDeclaratorNode does not affect execute result
3. optimize Object get, set in interpreter

Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
2016-12-20 13:31:49 +09:00
build 1. improve trace stack 2016-12-16 19:40:11 +09:00
deps initial commit 2016-11-17 22:19:49 +09:00
src 1. implement instanceof, in, delete operator 2016-12-20 13:31:49 +09:00
third_party Add custom allocator for precise marking and add more tools 2016-12-20 11:14:07 +09:00
tools Add custom allocator for precise marking and add more tools 2016-12-20 11:14:07 +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
build_third_party.sh Add custom allocator for precise marking and add more tools 2016-12-20 11:14:07 +09:00
Makefile Add custom allocator for precise marking and add more tools 2016-12-20 11:14:07 +09:00