Home
last modified time | relevance | path

Searched refs:CreateForBootstrapping (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dscope-info.cc470 return CreateForBootstrapping(isolate, BootstrappingType::kScript); in CreateGlobalThisBinding()
475 return CreateForBootstrapping(isolate, BootstrappingType::kFunction); in CreateForEmptyFunction()
480 return CreateForBootstrapping(isolate, BootstrappingType::kNative); in CreateForNativeContext()
484 Handle<ScopeInfo> ScopeInfo::CreateForBootstrapping(Isolate* isolate, in CreateForBootstrapping() function in v8::internal::ScopeInfo
Dscope-info.h357 static Handle<ScopeInfo> CreateForBootstrapping(Isolate* isolate,