Home
last modified time | relevance | path

Searched refs:ConstructFunctionForwardVarargs (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcode-factory.h74 static Callable ConstructFunctionForwardVarargs(Isolate* isolate);
Dcode-factory.cc232 Callable CodeFactory::ConstructFunctionForwardVarargs(Isolate* isolate) { in ConstructFunctionForwardVarargs() function in v8::internal::CodeFactory
/third_party/node/deps/v8/src/builtins/
Dbuiltins-definitions.h148 ASM(ConstructFunctionForwardVarargs, ConstructForwardVarargs) \
/third_party/node/deps/v8/src/compiler/
Djs-typed-lowering.cc1595 Callable callable = CodeFactory::ConstructFunctionForwardVarargs(isolate()); in ReduceJSConstructForwardVarargs()