Home
last modified time | relevance | path

Searched refs:WhileStatement (Results 1 - 15 of 15) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DAPISample_linter.js29 case ts.SyntaxKind.WhileStatement:
91 case ts.SyntaxKind.WhileStatement:
H A DparserRealSource11.js1454 export class WhileStatement extends Statement {
3776 var WhileStatement = /** @class */ (function (_super) {
3777 __extends(WhileStatement, _super);
3778 function WhileStatement(cond) {
3784 WhileStatement.prototype.isLoop = function () { return true; };
3785 WhileStatement.prototype.emit = function (emitter, tokenId, startLine) {
3797 WhileStatement.prototype.typeCheck = function (typeFlow) {
3800 WhileStatement.prototype.addToControlFlow = function (context) {
3826 return WhileStatement;
3828 TypeScript.WhileStatement
[all...]
H A DparserRealSource14.js279 (<TypeScript.WhileStatement>this.asts[this.top - 1]).body == this.asts[this.top - 0];
H A DparserRealSource12.js372 export function walkWhileStatementChildren(preAst: WhileStatement, parent: AST, walker: IAstWalker): void {
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.h367 void WhileStatement(); // 6.5.6 IterationStatement - while
H A Dasm-parser.cc1148 WhileStatement(); in IterationStatement()
1160 void AsmJsParser::WhileStatement() { in WhileStatement() function in v8::internal::wasm::AsmJsParser
/third_party/node/deps/v8/src/torque/
H A Dast.h59 V(WhileStatement) \
710 struct WhileStatement : Statement { struct
711 DEFINE_AST_NODE_LEAF_BOILERPLATE(WhileStatement)
712 WhileStatement(SourcePosition pos, Expression* condition, Statement* body) in WhileStatement() function
H A Dimplementation-visitor.h569 const Type* Visit(WhileStatement* stmt);
H A Dtorque-parser.cc1693 Statement* result = MakeNode<WhileStatement>(condition, body); in MakeWhileStatement()
H A Dimplementation-visitor.cc1133 const Type* ImplementationVisitor::Visit(WhileStatement* stmt) { in Visit()
/third_party/node/deps/v8/src/parsing/
H A Drewriter.cc205 void Processor::VisitWhileStatement(WhileStatement* node) { in VisitWhileStatement()
/third_party/node/deps/v8/src/ast/
H A Dast-traversal-visitor.h221 void AstTraversalVisitor<Subclass>::VisitWhileStatement(WhileStatement* stmt) { in VisitWhileStatement()
H A Dast.h49 V(WhileStatement) \
464 class WhileStatement final : public IterationStatement {
477 explicit WhileStatement(int pos) in WhileStatement() function in v8::internal::final
2853 STATEMENT_WITH_POSITION(WhileStatement)
H A Dprettyprinter.cc160 void CallPrinter::VisitWhileStatement(WhileStatement* node) { in VisitWhileStatement()
987 void AstPrinter::VisitWhileStatement(WhileStatement* node) { in VisitWhileStatement()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc2270 void BytecodeGenerator::VisitWhileStatement(WhileStatement* stmt) { in VisitWhileStatement()

Completed in 78 milliseconds