Home
last modified time | relevance | path

Searched refs:FastNewFunctionContext (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dconstructor.tq33 extern macro ConstructorBuiltinsAssembler::FastNewFunctionContext(
58 return FastNewFunctionContext(scopeInfo, slots, context, kEvalScope);
63 return FastNewFunctionContext(scopeInfo, slots, context, kFunctionScope);
Dbuiltins-constructor-gen.h18 TNode<Context> FastNewFunctionContext(TNode<ScopeInfo> scope_info,
Dbuiltins-constructor-gen.cc342 TNode<Context> ConstructorBuiltinsAssembler::FastNewFunctionContext( in FastNewFunctionContext() function in v8::internal::ConstructorBuiltinsAssembler
/third_party/node/deps/v8/src/codegen/
Dcode-factory.h56 static Callable FastNewFunctionContext(Isolate* isolate,
Dcode-factory.cc139 Callable CodeFactory::FastNewFunctionContext(Isolate* isolate, in FastNewFunctionContext() function in v8::internal::CodeFactory
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc2549 SetAccumulator(constructor_assembler.FastNewFunctionContext( in IGNITION_HANDLER()
2563 SetAccumulator(constructor_assembler.FastNewFunctionContext( in IGNITION_HANDLER()
/third_party/node/deps/v8/src/compiler/
Djs-generic-lowering.cc683 CodeFactory::FastNewFunctionContext(isolate(), scope_type); in LowerJSCreateFunctionContext()