Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner.h222SCANNER_FUNCTION_LEXICAL_ENV_NEEDED = (1 << 2), /**< lexical environment is needed for the functio… enumerator
Djs-scanner-util.c748 u8_arg |= SCANNER_FUNCTION_LEXICAL_ENV_NEEDED; in scanner_pop_literal_pool()
Djs-parser.c1965 if ((context_p->next_scanner_info_p->u8_arg & SCANNER_FUNCTION_LEXICAL_ENV_NEEDED) in parser_parse_function_arguments()