Home
last modified time | relevance | path

Searched defs:GetClosureScope (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dscopes.cc1460 const DeclarationScope* Scope::GetClosureScope() const { in GetClosureScope() function in v8::internal::Scope
1468 DeclarationScope* Scope::GetClosureScope() { in GetClosureScope() function in v8::internal::Scope
/third_party/node/deps/v8/src/parsing/
Dparser-base.h836 V8_INLINE DeclarationScope* GetClosureScope() const { in GetClosureScope() function