Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc840 while (unresolved->next_unresolved() != nullptr) { in FinalizeBlockScope()
841 unresolved = unresolved->next_unresolved(); in FinalizeBlockScope()
915 while (last->next_unresolved() != top_unresolved_) { in Reparent()
916 last = last->next_unresolved(); in Reparent()
1278 unresolved_ = var->next_unresolved(); in RemoveUnresolved()
1284 VariableProxy* next = current->next_unresolved(); in RemoveUnresolved()
1286 current->set_next_unresolved(next->next_unresolved()); in RemoveUnresolved()
1488 proxy = proxy->next_unresolved()) { in CollectNonLocals()
1563 proxy = proxy->next_unresolved()) { in AnalyzePartially()
2049 proxy = proxy->next_unresolved()) { in ResolveVariablesRecursively()
[all …]
Dast.h1582 VariableProxy* next_unresolved() { return next_unresolved_; } in next_unresolved() function