Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc2242 MaybeHandle<ScopeInfo> next_outer_scope = outer_scope; in AllocateScopeInfosRecursively() local
2248 if (NeedsContext()) next_outer_scope = scope_info_; in AllocateScopeInfosRecursively()
2255 scope->AllocateScopeInfosRecursively(isolate, next_outer_scope); in AllocateScopeInfosRecursively()