1. update android build flags

2. fix typeof bugs

Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
This commit is contained in:
seonghyun kim 2017-04-11 13:02:59 +09:00
commit aa0b23d765
11 changed files with 81 additions and 39 deletions

View file

@ -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;