Searched refs:PARSER_ARGUMENTS_NEEDED (Results 1 – 3 of 3) sorted by relevance
53 PARSER_ARGUMENTS_NEEDED = (1u << 7), /**< arguments object must be created */ enumerator196 (PARSER_ARGUMENTS_NEEDED | PARSER_FUNCTION_HAS_NON_SIMPLE_PARAM | PARSER_IS_STRICT)210 (PARSER_ARGUMENTS_NEEDED | PARSER_IS_STRICT)216 (((status_flags) & PARSER_ARGUMENTS_RELATED_FLAGS) == PARSER_ARGUMENTS_NEEDED)
1295 if (context_p->status_flags & PARSER_ARGUMENTS_NEEDED) in parser_post_processing()2218 JERRY_ASSERT (arg_list_p != NULL || !(context.status_flags & PARSER_ARGUMENTS_NEEDED)); in parser_parse_source()
2424 context_p->status_flags |= PARSER_ARGUMENTS_NEEDED | PARSER_LEXICAL_ENV_NEEDED; in scanner_create_variables()