Home
last modified time | relevance | path

Searched refs:current_scope_ (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc85 current_scope_ = start_scope_; in Restart()
86 DCHECK_NOT_NULL(current_scope_); in Restart()
212 current_scope_ = closure_scope_ = nullptr;
222 current_scope_ = closure_scope_ = nullptr;
295 current_scope_ = start_scope_;
304 current_scope_ = closure_scope_;
305 start_scope_ = current_scope_;
371 if (InInnerScope()) return current_scope_->start_position(); in start_position()
377 if (InInnerScope()) return current_scope_->end_position(); in end_position()
403 if (!current_scope_ in NeedsAndHasContext()
[all...]
H A Ddebug-scopes.h126 Scope* current_scope_ = nullptr; member in v8::internal::ScopeIterator
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h460 inline Scope* current_scope() const { return current_scope_; } in current_scope()
461 inline void set_current_scope(Scope* scope) { current_scope_ = scope; } in set_current_scope()
510 Scope* current_scope_; member in v8::internal::interpreter::final
H A Dbytecode-generator.cc913 current_scope_.emplace(generator_, scope_); in EnterScope()
926 current_scope_ = base::nullopt; in ExitScope()
936 base::Optional<CurrentScope> current_scope_; member in v8::internal::interpreter::BytecodeGenerator::MultipleEntryBlockContextScope
1147 current_scope_(info->scope()), in BytecodeGenerator()
/third_party/node/deps/v8/src/ast/
H A Dscopes.h1563 bool Done() const { return current_scope_ == nullptr; } in Done()
1571 return current_scope_->AsClassScope(); in GetScope()
1577 Scope* current_scope_; member in v8::internal::PrivateNameScopeIterator
H A Dscopes.cc3085 : start_scope_(start), current_scope_(start) { in PrivateNameScopeIterator()
3093 Scope* inner = current_scope_; in Next()
3098 current_scope_ = scope; in Next()
3106 current_scope_ = nullptr; in Next()
3110 // During a reparse, current_scope_->already_resolved_ may be true here, in AddUnresolvedPrivateName()

Completed in 20 milliseconds