Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dscopes.cc1444 DeclarationScope* Scope::GetDeclarationScope() { in GetDeclarationScope() function in v8::internal::Scope
/third_party/node/deps/v8/src/parsing/
Dparser-base.h833 V8_INLINE DeclarationScope* GetDeclarationScope() const { in GetDeclarationScope() function