Home
last modified time | relevance | path

Searched refs:PARSER_HAS_NON_STRICT_ARG (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser.c1844 context_p->status_flags |= PARSER_HAS_NON_STRICT_ARG; in parser_parse_function_arguments()
1860 context_p->status_flags |= PARSER_HAS_NON_STRICT_ARG; in parser_parse_function_arguments()
2474 && (context_p->status_flags & PARSER_HAS_NON_STRICT_ARG)) in parser_parse_function()
2572 && context_p->status_flags & PARSER_HAS_NON_STRICT_ARG) in parser_parse_arrow_function()
H A Djs-parser-internal.h51 PARSER_HAS_NON_STRICT_ARG = (1u << 6), /**< the function has arguments which enumerator
H A Djs-parser-statm.c717 status_flags |= PARSER_HAS_NON_STRICT_ARG; in parser_parse_function_statement()
2733 && context_p->status_flags & PARSER_HAS_NON_STRICT_ARG) in parser_parse_statements()
H A Djs-parser-expr.c1245 status_flags |= PARSER_HAS_NON_STRICT_ARG; in parser_parse_function_expression()

Completed in 11 milliseconds