Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dast.h485 struct GotoStatement : Statement { struct
487 GotoStatement(SourcePosition pos, std::string label, in GotoStatement() function
492 std::string label;
493 std::vector<Expression*> arguments;