Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dast.h698 struct ConstDeclaration : Declaration { struct
700 ConstDeclaration(SourcePosition pos, std::string name, TypeExpression* type, in ConstDeclaration() function
706 std::string name;
707 TypeExpression* type;
708 Expression* expression;