Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-expr.c202 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()
Djs-parser-internal.h265 #define PARSER_IS_PUSH_LITERALS_WITH_THIS(opcode) \ macro