Home
last modified time | relevance | path

Searched refs:CreateForEmptyFunction (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dscope-info.h180 static Handle<ScopeInfo> CreateForEmptyFunction(Isolate* isolate);
Dscope-info.cc365 Handle<ScopeInfo> ScopeInfo::CreateForEmptyFunction(Isolate* isolate) { in CreateForEmptyFunction() function in v8::internal::ScopeInfo
/external/v8/src/
Dbootstrapper.cc615 Handle<ScopeInfo> scope_info = ScopeInfo::CreateForEmptyFunction(isolate()); in CreateEmptyFunction()