Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dast.h784 struct GotoStatement : Statement { struct
786 GotoStatement(SourcePosition pos, Identifier* label, in GotoStatement() argument
789 Identifier* label;
790 std::vector<Expression*> arguments;