Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.h254 static Handle<ScopeInfo> CreateForBootstrapping(Isolate* isolate,
Dscope-info.cc361 return CreateForBootstrapping(isolate, SCRIPT_SCOPE); in CreateGlobalThisBinding()
366 return CreateForBootstrapping(isolate, FUNCTION_SCOPE); in CreateForEmptyFunction()
370 Handle<ScopeInfo> ScopeInfo::CreateForBootstrapping(Isolate* isolate, in CreateForBootstrapping() function in v8::internal::ScopeInfo