Searched defs:WhileStatement (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLWhileStatement.h | 19 struct WhileStatement : public Statement { struct 20 WhileStatement(int offset, std::unique_ptr<Expression> test, in WhileStatement() function 27 return std::unique_ptr<Statement>(new WhileStatement(fOffset, fTest->clone(), in clone() argument 31 String description() const override { in description() 35 std::unique_ptr<Expression> fTest; 36 std::unique_ptr<Statement> fStatement; 38 typedef Statement INHERITED;
|
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource11.js | 3776 var WhileStatement = /** @class */ (function (_super) { class 3778 function WhileStatement(cond) { class in anonymousFunction90e732bb0600.WhileStatement 3784 WhileStatement.prototype.isLoop = function () { return true; }; class
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource11.ts | 1453 export class WhileStatement extends Statement { class
|
/third_party/typescript/src/compiler/ |
D | types.ts | 284 WhileStatement, enumerator
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 345 WhileStatement = 238, enumerator 1438 export interface WhileStatement extends IterationStatement { interface
|
D | typescriptServices.d.ts | 345 WhileStatement = 238, enumerator 1438 export interface WhileStatement extends IterationStatement { interface
|
D | tsserverlibrary.d.ts | 345 WhileStatement = 238, enumerator 1438 export interface WhileStatement extends IterationStatement { interface
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 345 WhileStatement = 238, enumerator 1449 export interface WhileStatement extends IterationStatement { interface
|
D | tsserverlibrary.d.ts | 345 WhileStatement = 238, enumerator 1449 export interface WhileStatement extends IterationStatement { interface
|