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/
H A Djs-lexer.h193 #define LEXER_FIRST_NON_STRICT_ARGUMENTS LEXER_KEYW_EVAL macro
H A Djs-parser.c1842 if (context_p->token.keyword_type >= LEXER_FIRST_NON_STRICT_ARGUMENTS) in parser_parse_function_arguments()
H A Djs-parser-expr.c1243 if (context_p->token.keyword_type >= LEXER_FIRST_NON_STRICT_ARGUMENTS) in parser_parse_function_expression()
H A Djs-parser-statm.c715 if (context_p->token.keyword_type >= LEXER_FIRST_NON_STRICT_ARGUMENTS) in parser_parse_function_statement()

Completed in 13 milliseconds