Home
last modified time | relevance | path

Searched refs:IsDeclaredInCurrentScope (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/torque/
Ddeclarations.cc46 bool Declarations::IsDeclaredInCurrentScope(const std::string& name) { in IsDeclaredInCurrentScope() function in v8::internal::torque::Declarations
52 if (IsDeclaredInCurrentScope(name)) { in CheckAlreadyDeclared()
Ddeclarations.h119 bool IsDeclaredInCurrentScope(const std::string& name);
Dimplementation-visitor.cc1560 if (declarations()->IsDeclaredInCurrentScope(name)) { in GenerateVariableDeclaration()