Searched refs:call_arguments (Results 1 - 5 of 5) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-parser-internal.h | 649 void parser_emit_cbc_call (parser_context_t *context_p, uint16_t opcode, size_t call_arguments); 666 #define parser_emit_cbc_ext_call(context_p, opcode, call_arguments) \ 667 parser_emit_cbc_call ((context_p), PARSER_TO_EXT_OPCODE (opcode), (call_arguments)) 668 #define parser_emit_cbc_ext_call(context_p, opcode, call_arguments) \ 669 parser_emit_cbc_call ((context_p), PARSER_TO_EXT_OPCODE (opcode), (call_arguments))
|
H A D | js-parser-expr.c | 1415 uint32_t call_arguments = 0; in parser_parse_tagged_template_literal() local 1440 call_arguments++; in parser_parse_tagged_template_literal() 1448 if (++call_arguments > CBC_MAXIMUM_BYTE_VALUE) in parser_parse_tagged_template_literal() 1469 return call_arguments; in parser_parse_tagged_template_literal() 2014 size_t call_arguments = 0; in parser_process_unary_expression() local 2070 call_arguments = parser_parse_tagged_template_literal (context_p); in parser_process_unary_expression() 2078 if (++call_arguments > CBC_MAXIMUM_BYTE_VALUE) in parser_process_unary_expression() 2086 call_arguments++; in parser_process_unary_expression() 2114 if (++call_arguments > CBC_MAXIMUM_BYTE_VALUE) in parser_process_unary_expression() 2193 parser_emit_cbc_ext_call (context_p, spread_opcode, call_arguments); in parser_process_unary_expression() [all...] |
H A D | js-parser-util.c | 374 size_t call_arguments) /**< number of arguments */ in parser_emit_cbc_call() 377 JERRY_ASSERT (call_arguments <= CBC_MAXIMUM_BYTE_VALUE); in parser_emit_cbc_call() 385 context_p->last_cbc.value = (uint16_t) call_arguments; in parser_emit_cbc_call() 372 parser_emit_cbc_call(parser_context_t *context_p, uint16_t opcode, size_t call_arguments) parser_emit_cbc_call() argument
|
/third_party/node/deps/v8/src/torque/ |
H A D | implementation-visitor.h | 182 const VisitResultVector& call_arguments() const { in call_arguments() function in v8::internal::torque::LocationReference
|
H A D | implementation-visitor.cc | 2526 Arguments{reference.call_arguments(), {}}); in GenerateFetchFromLocation() 2533 Arguments arguments{reference.call_arguments(), {}}; in GenerateAssignToLocation()
|
Completed in 19 milliseconds