Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.cc153 Handle<ScopeInfo> scope_info = factory->NewScopeInfo(length); in Create()
326 Handle<ScopeInfo> scope_info = factory->NewScopeInfo(length); in CreateForWithScope()
388 Handle<ScopeInfo> scope_info = factory->NewScopeInfo(length); in CreateForBootstrapping()
/external/v8/src/heap/
Dfactory.h729 Handle<ScopeInfo> NewScopeInfo(int length);
Dfactory.cc2482 Handle<ScopeInfo> Factory::NewScopeInfo(int length) { in NewScopeInfo() function in v8::internal::Factory