Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dtorque-parser.cc33 struct TypeswitchCase { struct
34 SourcePosition pos;
35 base::Optional<Identifier*> name;
36 TypeExpression* type;
37 Statement* block;