Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dast.h770 struct GotoStatement : Statement { struct
772 GotoStatement(SourcePosition pos, Identifier* label, in GotoStatement() function
775 Identifier* label;
776 std::vector<Expression*> arguments;