Searched refs:PARSER_ALLOW_NEW_TARGET (Results 1 – 3 of 3) sorted by relevance
76 …PARSER_ALLOW_NEW_TARGET = (1u << 23), /**< allow new.target parsing in the current context */ enumerator166 ((1 << (JERRY_LOG2 (PARSER_ALLOW_NEW_TARGET) - JERRY_LOG2 (PARSER_ALLOW_SUPER) + 1)) - 1)
2423 context_p->status_flags |= PARSER_ALLOW_NEW_TARGET; in parser_parse_function()2525 context_p->status_flags |= saved_context.status_flags & (PARSER_ALLOW_NEW_TARGET in parser_parse_arrow_function()
1573 if (!(context_p->status_flags & PARSER_ALLOW_NEW_TARGET)) in parser_parse_unary_expression()