Searched refs:rhs_opcode (Results 1 – 1 of 1) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser-expr.c | 2797 uint16_t rhs_opcode, /**< opcode to process the rhs value */ in parser_pattern_emit_rhs() argument 2802 parser_emit_cbc_ext_literal (context_p, rhs_opcode, literal_index); in parser_pattern_emit_rhs() 2806 parser_emit_cbc_ext (context_p, rhs_opcode); in parser_pattern_emit_rhs() 2816 uint16_t rhs_opcode, /**< opcode to process the rhs value */ in parser_pattern_form_assignment() argument 2830 rhs_opcode = (uint16_t) (rhs_opcode + stack_adjustment - 1); in parser_pattern_form_assignment() 2833 parser_pattern_emit_rhs (context_p, rhs_opcode, literal_index); in parser_pattern_form_assignment() 2877 uint16_t rhs_opcode, /**< opcode to process the rhs value */ in parser_pattern_process_nested_pattern() argument 2896 parser_pattern_emit_rhs (context_p, rhs_opcode, literal_index); in parser_pattern_process_nested_pattern() 2916 uint16_t rhs_opcode, /**< opcode to process the rhs value */ in parser_pattern_process_assignment() argument 2922 parser_pattern_process_nested_pattern (context_p, flags, rhs_opcode, literal_index); in parser_pattern_process_assignment() [all …]
|