mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
1. update android build flags
2. fix typeof bugs Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
This commit is contained in:
parent
a7aa4ea929
commit
aa0b23d765
11 changed files with 81 additions and 39 deletions
|
|
@ -68,7 +68,7 @@ CodeBlock* ScriptParser::generateCodeBlockTreeFromASTWalker(Context* ctx, String
|
|||
#endif
|
||||
|
||||
if (parentCodeBlock) {
|
||||
if (scopeCtx->m_hasDeleteId) {
|
||||
if (scopeCtx->m_hasEvaluateBindingId) {
|
||||
CodeBlock* c = codeBlock;
|
||||
while (c) {
|
||||
c->m_canAllocateEnvironmentOnStack = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue