Searched refs:SCANNER_CREATE_VARS_IS_SCRIPT (Results 1 – 3 of 3) sorted by relevance
235 SCANNER_CREATE_VARS_IS_SCRIPT = (1 << 0), /**< create variables for script or direct eval */ enumerator
2289 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()
2190 scanner_create_variables (&context, SCANNER_CREATE_VARS_IS_SCRIPT); in parser_parse_source()