Home
last modified time | relevance | path

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

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