Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dast.h1171 struct ExternConstDeclaration : Declaration { struct
1173 ExternConstDeclaration(SourcePosition pos, Identifier* name, in ExternConstDeclaration() function
1179 Identifier* name;
1180 TypeExpression* type;
1181 std::string literal;