Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dscopes.cc921 DeclarationScope* outer_closure = outer_scope_->GetClosureScope(); in Reparent() local
922 for (auto it = top_local_; it != outer_closure->locals()->end(); ++it) { in Reparent()
929 new_parent->locals_.MoveTail(outer_closure->locals(), top_local_); in Reparent()
930 outer_closure->locals_.Rewind(top_local_); in Reparent()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch45242 - DeclarationScope* outer_closure = outer_scope->GetClosureScope();
45243 + DeclarationScope* outer_closure = outer_scope_->GetClosureScope();
45244 for (auto it = top_local_; it != outer_closure->locals()->end(); ++it) {
45248 outer_closure->locals_.Rewind(top_local_);