Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc1429 DeclarationScope* Scope::GetDeclarationScope() { in GetDeclarationScope() function in v8::internal::Scope
/external/v8/src/parsing/
Dparser-base.h671 V8_INLINE DeclarationScope* GetDeclarationScope() const { in GetDeclarationScope() function