Searched refs:parser_emit_cbc_call (Results 1 – 3 of 3) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-parser-internal.h | 649 void parser_emit_cbc_call (parser_context_t *context_p, uint16_t opcode, size_t call_arguments); 667 parser_emit_cbc_call ((context_p), PARSER_TO_EXT_OPCODE (opcode), (call_arguments)) 669 parser_emit_cbc_call ((context_p), PARSER_TO_EXT_OPCODE (opcode), (call_arguments))
|
D | js-parser-util.c | 372 parser_emit_cbc_call (parser_context_t *context_p, /**< context */ in parser_emit_cbc_call() function
|
D | js-parser-expr.c | 298 parser_emit_cbc_call (context_p, opcode, pushed_items); in parser_parse_array_literal() 341 parser_emit_cbc_call (context_p, opcode, pushed_items); in parser_parse_array_literal() 2235 parser_emit_cbc_call (context_p, opcode, call_arguments); in parser_process_unary_expression()
|