Update forcing of lexical environment creation for functions. (#3683)

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg
2020-04-20 09:30:17 +02:00
committed by GitHub
parent 4be9ffda84
commit 1b01171a60
4 changed files with 45 additions and 3 deletions
+1 -1
View File
@@ -1272,7 +1272,7 @@ parser_post_processing (parser_context_t *context_p) /**< context */
}
/* Arguments is stored in the lexical environment. */
context_p->status_flags |= PARSER_LEXICAL_ENV_NEEDED;
JERRY_ASSERT (context_p->status_flags & PARSER_LEXICAL_ENV_NEEDED);
}
if (!(context_p->status_flags & PARSER_LEXICAL_ENV_NEEDED))