Home
last modified time | relevance | path

Searched refs:closure_scope_ (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc113 DeclarationScope* ClosureScope() { return closure_scope_; } in ClosureScope()
123 DeclarationScope* closure_scope_ = nullptr; member in v8::internal::__anon14467::ScopeChainRetriever
135 DCHECK_NOT_NULL(closure_scope_); in RetrieveScopes()
147 closure_scope_ = scope->AsDeclarationScope(); in RetrieveScopeChainDefaultConstructor()
181 closure_scope_ = scope->AsDeclarationScope(); in SetClosureScopeIfFound()
190 // In case the closure_scope_ hasn't been found yet, we are less strict in ContainsPosition()
194 closure_scope_ ? position_ < end : position_ <= end; in ContainsPosition()
212 current_scope_ = closure_scope_ = nullptr;
222 current_scope_ = closure_scope_ = nullptr;
298 // {closure_scope_} t
[all...]
H A Ddebug-scopes.h124 DeclarationScope* closure_scope_ = nullptr; member in v8::internal::ScopeIterator
/third_party/node/deps/v8/src/parsing/
H A Drewriter.cc25 closure_scope_(closure_scope), in Processor()
39 closure_scope_(closure_scope), in Processor()
52 DeclarationScope* closure_scope() { return closure_scope_; } in closure_scope()
88 DeclarationScope* closure_scope_; member in v8::internal::final
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h454 inline DeclarationScope* closure_scope() const { return closure_scope_; } in closure_scope()
509 DeclarationScope* closure_scope_; member in v8::internal::interpreter::final
H A Dbytecode-generator.cc1146 closure_scope_(info->scope()), in BytecodeGenerator()

Completed in 15 milliseconds