Home
last modified time | relevance | path

Searched defs:ConstructWithSpread (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dcode-factory.cc270 Callable CodeFactory::ConstructWithSpread(Isolate* isolate) { in ConstructWithSpread() function in v8::internal::CodeFactory
/external/v8/src/builtins/
Dbuiltins-constructor-gen.cc46 TF_BUILTIN(ConstructWithSpread, CallOrConstructBuiltinsAssembler) { in TF_BUILTIN() argument
/external/v8/src/compiler/
Djs-operator.cc916 const Operator* JSOperatorBuilder::ConstructWithSpread( in ConstructWithSpread() function in v8::internal::compiler::JSOperatorBuilder
/external/v8/src/interpreter/
Dinterpreter-assembler.cc1099 Node* InterpreterAssembler::ConstructWithSpread(Node* target, Node* context, in ConstructWithSpread() function in v8::internal::interpreter::InterpreterAssembler
Dbytecode-array-builder.cc1392 BytecodeArrayBuilder& BytecodeArrayBuilder::ConstructWithSpread( in ConstructWithSpread() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-generator.cc1682 IGNITION_HANDLER(ConstructWithSpread, InterpreterAssembler) { in IGNITION_HANDLER() argument