Searched refs:start_scope_ (Results 1 – 4 of 4) sorted by relevance
85 current_scope_ = start_scope_; in Restart()114 Scope* StartScope() { return start_scope_; } in StartScope()124 Scope* start_scope_ = nullptr; member in v8::internal::__anon96198a720111::ScopeChainRetriever136 DCHECK_NOT_NULL(start_scope_); in RetrieveScopes()146 start_scope_ = scope; in RetrieveScopeChainDefaultConstructor()174 start_scope_ = current; in RetrieveScopeChain()294 start_scope_ = scope_chain_retriever.StartScope(); in TryParseAndRetrieveScopes()295 current_scope_ = start_scope_; in TryParseAndRetrieveScopes()305 start_scope_ = current_scope_; in TryParseAndRetrieveScopes()
125 Scope* start_scope_ = nullptr; variable
1576 Scope* start_scope_;
3085 : start_scope_(start), current_scope_(start) { in PrivateNameScopeIterator()3121 start_scope_->GetClosureScope()->RecordNeedsPrivateNameContextChainRecalc(); in AddUnresolvedPrivateName()