mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-29 10:02:14 +00:00
* Remove some unused function, variables * Remove LexicalEnvironment from NativeFunctionObject * Don't save stack-allocated LexicalEnvironment on ScriptFunctionObject. it may cause memory leak from stack * Don't store newTarget, ThisBinded value on FunctionEnvironmentRecord if possible(we don't need these values except class functions) Signed-off-by: seonghyun kim <sh8281.kim@samsung.com> |
||
|---|---|---|
| .. | ||
| ast | ||
| esprima_cpp | ||
| CodeBlock.cpp | ||
| CodeBlock.h | ||
| Lexer.cpp | ||
| Lexer.h | ||
| Script.cpp | ||
| Script.h | ||
| ScriptParser.cpp | ||
| ScriptParser.h | ||