Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dscopes.cc1551 bool WasLazilyParsed(Scope* scope) { in WasLazilyParsed() function
1604 Scope* lookup = WasLazilyParsed(scope) ? scope->outer_scope() : scope; in CollectNonLocals()
2042 if (WasLazilyParsed(scope)) { in CheckZones()
2367 if (WasLazilyParsed(this)) { in ResolveVariablesRecursively()
2574 if (WasLazilyParsed(scope)) return Iteration::kContinue; in AllocateVariablesRecursively()