Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h122 ThreadedList<Variable>::Iterator top_local_; in NON_EXPORTED_BASE() local
Dscopes.cc157 top_local_(scope->GetClosureScope()->locals_.end()), in Snapshot()
850 new_parent->locals_.MoveTail(outer_closure->locals(), top_local_); in Reparent()
861 outer_closure->locals_.Rewind(top_local_); in Reparent()