Home
last modified time | relevance | path

Searched refs:start_scope_ (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc85 current_scope_ = start_scope_; in Restart()
114 Scope* StartScope() { return start_scope_; } in StartScope()
124 Scope* start_scope_ = nullptr; member in v8::internal::__anon96198a720111::ScopeChainRetriever
136 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()
Ddebug-scopes.h125 Scope* start_scope_ = nullptr; variable
/third_party/node/deps/v8/src/ast/
Dscopes.h1576 Scope* start_scope_;
Dscopes.cc3085 : start_scope_(start), current_scope_(start) { in PrivateNameScopeIterator()
3121 start_scope_->GetClosureScope()->RecordNeedsPrivateNameContextChainRecalc(); in AddUnresolvedPrivateName()