Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc772 while (unresolved->next_unresolved() != nullptr) { in FinalizeBlockScope()
773 unresolved = unresolved->next_unresolved(); in FinalizeBlockScope()
836 while (last->next_unresolved() != top_unresolved_) { in Reparent()
837 last = last->next_unresolved(); in Reparent()
1191 unresolved_ = var->next_unresolved(); in RemoveUnresolved()
1197 VariableProxy* next = current->next_unresolved(); in RemoveUnresolved()
1199 current->set_next_unresolved(next->next_unresolved()); in RemoveUnresolved()
1422 proxy = proxy->next_unresolved()) { in CollectNonLocals()
1477 proxy = proxy->next_unresolved()) { in AnalyzePartially()
1942 proxy = proxy->next_unresolved()) { in ResolveVariablesRecursively()
[all …]
Dast.h1691 VariableProxy* next_unresolved() { return next_unresolved_; } in next_unresolved() function