Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dast.h170 struct DefaultModuleDeclaration : ModuleDeclaration { struct
172 DefaultModuleDeclaration(SourcePosition pos, in DefaultModuleDeclaration() function
175 bool IsDefault() const override { return true; } in IsDefault()