Home
last modified time | relevance | path

Searched refs:parser_emit_cbc_call (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-internal.h649 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))
Djs-parser-util.c372 parser_emit_cbc_call (parser_context_t *context_p, /**< context */ in parser_emit_cbc_call() function
Djs-parser-expr.c298 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()