Home
last modified time | relevance | path

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

/external/v8/src/
Dscopeinfo.cc77 Handle<ScopeInfo> scope_info = FACTORY->NewScopeInfo(length); in Create()
Dfactory.h313 Handle<ScopeInfo> NewScopeInfo(int length);
Dfactory.cc799 Handle<ScopeInfo> Factory::NewScopeInfo(int length) { in NewScopeInfo() function in v8::internal::Factory