Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc1400 DeclarationScope* Scope::GetReceiverScope() { in GetReceiverScope() function in v8::internal::Scope
/external/v8/src/parsing/
Dparser-base.h901 DeclarationScope* GetReceiverScope() const { in GetReceiverScope() function