Home
last modified time | relevance | path

Searched refs:LEXER_FIRST_NON_STRICT_ARGUMENTS (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h193 #define LEXER_FIRST_NON_STRICT_ARGUMENTS LEXER_KEYW_EVAL macro
Djs-parser.c1842 if (context_p->token.keyword_type >= LEXER_FIRST_NON_STRICT_ARGUMENTS) in parser_parse_function_arguments()
Djs-parser-expr.c1243 if (context_p->token.keyword_type >= LEXER_FIRST_NON_STRICT_ARGUMENTS) in parser_parse_function_expression()
Djs-parser-statm.c715 if (context_p->token.keyword_type >= LEXER_FIRST_NON_STRICT_ARGUMENTS) in parser_parse_function_statement()