Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-internal.h268 #define PARSER_IS_PUSH_PROP(opcode) \ macro
Djs-parser-expr.c2034 if (PARSER_IS_PUSH_PROP (context_p->last_cbc_opcode)) in parser_process_unary_expression()
2528 else if (PARSER_IS_PUSH_PROP (context_p->last_cbc_opcode)) in parser_append_binary_token()
2976 …if (!PARSER_IS_PUSH_LITERAL (context_p->last_cbc_opcode) && !PARSER_IS_PUSH_PROP (context_p->last_… in parser_pattern_process_assignment()