Searched refs:IsDeclaredInCurrentScope (Results 1 – 3 of 3) sorted by relevance
46 bool Declarations::IsDeclaredInCurrentScope(const std::string& name) { in IsDeclaredInCurrentScope() function in v8::internal::torque::Declarations52 if (IsDeclaredInCurrentScope(name)) { in CheckAlreadyDeclared()
119 bool IsDeclaredInCurrentScope(const std::string& name);
1560 if (declarations()->IsDeclaredInCurrentScope(name)) { in GenerateVariableDeclaration()