Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc157 top_unresolved_(scope->unresolved_), in Snapshot()
340 unresolved_ = nullptr; in SetDefaults()
837 if (unresolved_ != nullptr) { in FinalizeBlockScope()
838 if (outer_scope()->unresolved_ != nullptr) { in FinalizeBlockScope()
839 VariableProxy* unresolved = unresolved_; in FinalizeBlockScope()
843 unresolved->set_next_unresolved(outer_scope()->unresolved_); in FinalizeBlockScope()
845 outer_scope()->unresolved_ = unresolved_; in FinalizeBlockScope()
846 unresolved_ = nullptr; in FinalizeBlockScope()
890 DCHECK_NULL(new_parent->unresolved_); in Reparent()
913 if (outer_scope_->unresolved_ != top_unresolved_) { in Reparent()
[all …]
Dscopes.h221 proxy->set_next_unresolved(unresolved_); in NON_EXPORTED_BASE()
222 unresolved_ = proxy; in NON_EXPORTED_BASE()
528 VariableProxy* unresolved_; in NON_EXPORTED_BASE() local