Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-internal.h250 #define PARSER_IS_PUSH_LITERAL(opcode) \ macro
Djs-parser-expr.c2976 …if (!PARSER_IS_PUSH_LITERAL (context_p->last_cbc_opcode) && !PARSER_IS_PUSH_PROP (context_p->last_… in parser_pattern_process_assignment()