Searched defs:WhileStatement (Results 1 – 11 of 11) sorted by relevance
710 struct WhileStatement : Statement { struct712 WhileStatement(SourcePosition pos, Expression* condition, Statement* body) in WhileStatement() function714 Expression* condition;715 Statement* body;
3776 var WhileStatement = /** @class */ (function (_super) { class3778 function WhileStatement(cond) { class in anonymousFunction7ebaa5690600.WhileStatement3784 WhileStatement.prototype.isLoop = function () { return true; }; class
1160 void AsmJsParser::WhileStatement() { in WhileStatement() function in v8::internal::wasm::AsmJsParser
1453 export class WhileStatement extends Statement { class
477 explicit WhileStatement(int pos) in WhileStatement() function2853 STATEMENT_WITH_POSITION(WhileStatement) in STATEMENT_WITH_POSITION() argument
293 WhileStatement, enumerator
354 WhileStatement = 246, enumerator1517 export interface WhileStatement extends IterationStatement { interface