Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.h140 compiler::Node* CallJSWithSpread(compiler::Node* function,
Dinterpreter-assembler.cc739 Node* InterpreterAssembler::CallJSWithSpread(Node* function, Node* context, in CallJSWithSpread() function in v8::internal::interpreter::InterpreterAssembler
Dinterpreter.cc2297 __ CallJSWithSpread(callable, context, receiver_arg, args_count); in DoCallWithSpread()