Searched defs:DoWhileStatement (Results 1 – 3 of 3) sorted by relevance
3829 var DoWhileStatement = /** @class */ (function (_super) { class3831 function DoWhileStatement() { class in anonymousFunction1fd0e91c0600.DoWhileStatement3838 DoWhileStatement.prototype.isLoop = function () { return true; }; class
1508 export class DoWhileStatement extends Statement { class
457 explicit DoWhileStatement(int pos) in DoWhileStatement() function