Home
last modified time | relevance | path

Searched refs:has_mapped_arguments (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser.c1751 bool has_mapped_arguments = (context_p->next_scanner_info_p->u8_arg & SCANNER_FUNCTION_MAPPED_ARGUMENTS) != 0; in parser_parse_function_arguments() local
1874 JERRY_ASSERT (!has_mapped_arguments); in parser_parse_function_arguments()
1914 else if (!has_mapped_arguments && literal_index < PARSER_REGISTER_START) in parser_parse_function_arguments()
1955 JERRY_ASSERT (!has_mapped_arguments || !(context_p->status_flags & PARSER_FUNCTION_HAS_NON_SIMPLE_PARAM)); in parser_parse_function_arguments()
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc2441 bool has_mapped_arguments = false; in AllocateParameterLocals() local
2449 has_mapped_arguments = in AllocateParameterLocals()
2467 if (has_mapped_arguments) { in AllocateParameterLocals()

Completed in 7 milliseconds