Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner.h235 SCANNER_CREATE_VARS_IS_SCRIPT = (1 << 0), /**< create variables for script or direct eval */ enumerator
Djs-scanner-util.c2289 if (option_flags & SCANNER_CREATE_VARS_IS_SCRIPT) in scanner_create_variables()
2312 uint16_t opcode = ((option_flags & SCANNER_CREATE_VARS_IS_SCRIPT) ? CBC_CREATE_VAR_EVAL in scanner_create_variables()
2382 … if (func_init_opcode == CBC_INIT_ARG_OR_FUNC && (option_flags & SCANNER_CREATE_VARS_IS_SCRIPT)) in scanner_create_variables()
Djs-parser.c2190 scanner_create_variables (&context, SCANNER_CREATE_VARS_IS_SCRIPT); in parser_parse_source()