Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc1003 DCHECK(!GetDeclarationScope()->was_lazily_parsed()); in DeclareLocal()
1014 DCHECK(!GetDeclarationScope()->was_lazily_parsed()); in DeclareVariable()
1665 if (scope->was_lazily_parsed()) Indent(n1, "// lazily parsed\n"); in Print()
1731 scope->AsDeclarationScope()->was_lazily_parsed()) { in CheckZones()
1939 if (is_declaration_scope() && AsDeclarationScope()->was_lazily_parsed()) { in ResolveVariablesRecursively()
1977 is_declaration_scope() && AsDeclarationScope()->was_lazily_parsed() in FetchFreeVariables()
2198 if (is_declaration_scope() && AsDeclarationScope()->was_lazily_parsed()) { in AllocateVariablesRecursively()
Dscopes.h648 bool was_lazily_parsed() const { return was_lazily_parsed_; } in was_lazily_parsed() function
Dast-traversal-visitor.h292 if (expr->scope()->was_lazily_parsed()) return; in VisitFunctionLiteral()