Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-expr.c3062 uint16_t push_prop_opcode = CBC_EXT_INITIALIZER_PUSH_PROP_LITERAL; in parser_parse_object_initializer() local
3071 push_prop_opcode = CBC_EXT_INITIALIZER_PUSH_PROP; in parser_parse_object_initializer()
3085 …parser_pattern_process_assignment (context_p, flags, push_prop_opcode, prop_index, LEXER_RIGHT_BRA… in parser_parse_object_initializer()
3089 if (push_prop_opcode == CBC_EXT_INITIALIZER_PUSH_PROP) in parser_parse_object_initializer()
3122 parser_pattern_form_assignment (context_p, flags, push_prop_opcode, prop_index, start_line); in parser_parse_object_initializer()