Searched refs:NewScopeInfo (Results 1 – 3 of 3) sorted by relevance
153 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()
729 Handle<ScopeInfo> NewScopeInfo(int length);
2482 Handle<ScopeInfo> Factory::NewScopeInfo(int length) { in NewScopeInfo() function in v8::internal::Factory