Searched refs:PARSER_IS_PUSH_LITERALS_WITH_THIS (Results 1 – 2 of 2) sorted by relevance
202 if (PARSER_IS_PUSH_LITERALS_WITH_THIS (context_p->last_cbc_opcode) in parser_emit_unary_lvalue_opcode()2056 && PARSER_IS_PUSH_LITERALS_WITH_THIS (context_p->last_cbc_opcode) in parser_process_unary_expression()2316 if (PARSER_IS_PUSH_LITERALS_WITH_THIS (context_p->last_cbc_opcode) in parser_process_unary_expression()2361 if (PARSER_IS_PUSH_LITERALS_WITH_THIS (context_p->last_cbc_opcode) in parser_append_binary_single_assignment_token()2514 if (PARSER_IS_PUSH_LITERALS_WITH_THIS (context_p->last_cbc_opcode) in parser_append_binary_token()3274 && PARSER_IS_PUSH_LITERALS_WITH_THIS (context_p->last_cbc_opcode) in parser_process_group_expression()
265 #define PARSER_IS_PUSH_LITERALS_WITH_THIS(opcode) \ macro