Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopeinfo.cc84 Handle<ScopeInfo> scope_info = factory->NewScopeInfo(length); in Create()
244 Handle<ScopeInfo> scope_info = factory->NewScopeInfo(length); in CreateGlobalThisBinding()
/external/v8/src/
Dfactory.h531 Handle<ScopeInfo> NewScopeInfo(int length);
Dfactory.cc1392 Handle<ScopeInfo> Factory::NewScopeInfo(int length) { in NewScopeInfo() function in v8::internal::Factory