Home
last modified time | relevance | path

Searched refs:SCANNER_CREATE_VARS_IS_FUNCTION_ARGS (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner.h236 SCANNER_CREATE_VARS_IS_FUNCTION_ARGS = (1 << 1), /**< create variables for function arguments */ enumerator
Djs-scanner-util.c1992 JERRY_ASSERT (!(option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_ARGS) in scanner_create_variables()
1995 …|| !(option_flags & (SCANNER_CREATE_VARS_IS_FUNCTION_ARGS | SCANNER_CREATE_VARS_IS_FUNCTION_BODY))… in scanner_create_variables()
2032 …ERT ((option_flags & (SCANNER_CREATE_VARS_IS_FUNCTION_BODY | SCANNER_CREATE_VARS_IS_FUNCTION_ARGS)) in scanner_create_variables()
2116 else if ((option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_ARGS) in scanner_create_variables()
2452 if (!(option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_ARGS)) in scanner_create_variables()
Djs-parser.c1754 scanner_create_variables (context_p, SCANNER_CREATE_VARS_IS_FUNCTION_ARGS); in parser_parse_function_arguments()