Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dast.h754 struct ExternConstDeclaration : Declaration { struct
756 ExternConstDeclaration(SourcePosition pos, std::string name, in ExternConstDeclaration() function
762 std::string name;
763 TypeExpression* type;
764 std::string literal;