Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc843 unresolved->set_next_unresolved(outer_scope()->unresolved_); in FinalizeBlockScope()
918 last->set_next_unresolved(nullptr); in Reparent()
1264 proxy->set_next_unresolved(unresolved_); in AddUnresolved()
1279 var->set_next_unresolved(nullptr); in RemoveUnresolved()
1286 current->set_next_unresolved(next->next_unresolved()); in RemoveUnresolved()
1287 var->set_next_unresolved(nullptr); in RemoveUnresolved()
1566 copy->set_next_unresolved(unresolved); in AnalyzePartially()
2099 proxy->set_next_unresolved(stack); in FetchFreeVariables()
Dscopes.h221 proxy->set_next_unresolved(unresolved_); in NON_EXPORTED_BASE()
Dast.h1581 void set_next_unresolved(VariableProxy* next) { next_unresolved_ = next; } in set_next_unresolved() function