Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dast.h178 struct ExplicitModuleDeclaration : ModuleDeclaration { struct
180 ExplicitModuleDeclaration(SourcePosition pos, std::string name, in ExplicitModuleDeclaration() argument
183 bool IsDefault() const override { return false; } in IsDefault()
184 std::string name;