Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dast.h1102 struct ConstDeclaration : Declaration { struct
1104 ConstDeclaration(SourcePosition pos, Identifier* name, TypeExpression* type, in ConstDeclaration() argument
1110 Identifier* name;
1111 TypeExpression* type;
1112 Expression* expression;