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/
H A Djs-scanner.h222 SCANNER_FUNCTION_LEXICAL_ENV_NEEDED = (1 << 2), /**< lexical environment is needed for the function body */ enumerator
H A Djs-parser.c1965 if ((context_p->next_scanner_info_p->u8_arg & SCANNER_FUNCTION_LEXICAL_ENV_NEEDED) in parser_parse_function_arguments()
H A Djs-scanner-util.c748 u8_arg |= SCANNER_FUNCTION_LEXICAL_ENV_NEEDED; in scanner_pop_literal_pool()

Completed in 6 milliseconds