Searched refs:DeclareNamespace (Results 1 – 3 of 3) sorted by relevance
93 static Namespace* DeclareNamespace(const std::string& name);
161 Namespace* Declarations::DeclareNamespace(const std::string& name) { in DeclareNamespace() function in v8::internal::torque::Declarations
21 return Declarations::DeclareNamespace(name); in GetOrCreateNamespace()