Searched refs:CreateForBootstrapping (Results 1 – 2 of 2) sorted by relevance
254 static Handle<ScopeInfo> CreateForBootstrapping(Isolate* isolate,
361 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