Searched refs:parser_emit_cbc_ext_call (Results 1 – 2 of 2) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser-internal.h | 666 #define parser_emit_cbc_ext_call(context_p, opcode, call_arguments) \ macro 668 #define parser_emit_cbc_ext_call(context_p, opcode, call_arguments) \ macro
|
D | js-parser-expr.c | 1441 parser_emit_cbc_ext_call (context_p, CBC_EXT_GET_TAGGED_TEMPLATE_LITERAL, tagged_id); in parser_parse_tagged_template_literal() 2158 parser_emit_cbc_ext_call (context_p, CBC_EXT_LOCAL_EVAL, eval_flags); in parser_process_unary_expression() 2193 parser_emit_cbc_ext_call (context_p, spread_opcode, call_arguments); in parser_process_unary_expression()
|