Searched refs:CreateForEmptyFunction (Results 1 – 3 of 3) sorted by relevance
180 static Handle<ScopeInfo> CreateForEmptyFunction(Isolate* isolate);
365 Handle<ScopeInfo> ScopeInfo::CreateForEmptyFunction(Isolate* isolate) { in CreateForEmptyFunction() function in v8::internal::ScopeInfo
615 Handle<ScopeInfo> scope_info = ScopeInfo::CreateForEmptyFunction(isolate()); in CreateEmptyFunction()