Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.cc144 Handle<ScopeInfo> scope_info = factory->NewScopeInfo(length); in Create()
299 Handle<ScopeInfo> scope_info = factory->NewScopeInfo(length); in CreateForWithScope()
352 Handle<ScopeInfo> scope_info = factory->NewScopeInfo(length); in CreateGlobalThisBinding()
/external/v8/src/
Dfactory.h630 Handle<ScopeInfo> NewScopeInfo(int length);
Dfactory.cc1617 Handle<ScopeInfo> Factory::NewScopeInfo(int length) { in NewScopeInfo() function in v8::internal::Factory
Ddeoptimizer.cc3872 isolate_->factory()->NewScopeInfo(1), in MaterializeCapturedObjectAt()