Home
last modified time | relevance | path

Searched refs:DoWhileStatement (Results 1 – 22 of 22) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource11.symbols4539 export class DoWhileStatement extends Statement {
4540 >DoWhileStatement : Symbol(DoWhileStatement, Decl(parserRealSource11.ts, 1505, 5))
4544 >body : Symbol(DoWhileStatement.body, Decl(parserRealSource11.ts, 1507, 53))
4548 >whileAST : Symbol(DoWhileStatement.whileAST, Decl(parserRealSource11.ts, 1508, 32))
4552 >cond : Symbol(DoWhileStatement.cond, Decl(parserRealSource11.ts, 1509, 36))
4556 >isLoop : Symbol(DoWhileStatement.isLoop, Decl(parserRealSource11.ts, 1510, 32))
4564 >emit : Symbol(DoWhileStatement.emit, Decl(parserRealSource11.ts, 1515, 9))
4573 >this : Symbol(DoWhileStatement, Decl(parserRealSource11.ts, 1505, 5))
4577 >this : Symbol(DoWhileStatement, Decl(parserRealSource11.ts, 1505, 5))
4588 >this.body : Symbol(DoWhileStatement.body, Decl(parserRealSource11.ts, 1507, 53))
[all …]
DparserRealSource11.js1509 export class DoWhileStatement extends Statement {
3829 var DoWhileStatement = /** @class */ (function (_super) { class
3830 __extends(DoWhileStatement, _super);
3831 function DoWhileStatement() { class in anonymousFunction7ebaa5690600.DoWhileStatement
3838 DoWhileStatement.prototype.isLoop = function () { return true; }; class
3839 DoWhileStatement.prototype.emit = function (emitter, tokenId, startLine) {
3855 DoWhileStatement.prototype.typeCheck = function (typeFlow) {
3858 DoWhileStatement.prototype.addToControlFlow = function (context) {
3883 return DoWhileStatement;
3885 TypeScript.DoWhileStatement = DoWhileStatement;
DparserRealSource12.types1383 ….DoWhile] = ChildrenWalkers.walkDoWhileStatementChildren : (preAst: DoWhileStatement, parent: AST,…
1391 >ChildrenWalkers.walkDoWhileStatementChildren : (preAst: DoWhileStatement, parent: AST, walker: IAs…
1393 >walkDoWhileStatementChildren : (preAst: DoWhileStatement, parent: AST, walker: IAstWalker) => void
2727 …export function walkDoWhileStatementChildren(preAst: DoWhileStatement, parent: AST, walker: IAstWa…
2728 >walkDoWhileStatementChildren : (preAst: DoWhileStatement, parent: AST, walker: IAstWalker) => void
2729 >preAst : DoWhileStatement
2736 >preAst : DoWhileStatement
2743 >preAst : DoWhileStatement
2745 >preAst : DoWhileStatement
2750 >preAst : DoWhileStatement
[all …]
DparserRealSource12.errors.txt156 …arser/ecmascript5/parserRealSource12.ts(378,62): error TS2304: Cannot find name 'DoWhileStatement'.
900 …export function walkDoWhileStatementChildren(preAst: DoWhileStatement, parent: AST, walker: IAstWa…
902 !!! error TS2304: Cannot find name 'DoWhileStatement'.
DparserRealSource14.types2099 …Type === TypeScript.NodeType.DoWhile && (<TypeScript.DoWhileStatement>this.asts[thi…
2127 … (<TypeScript.DoWhileStatement>this.asts[this.top - 1]).body == this.asts[this.top - 0];
2128 >(<TypeScript.DoWhileStatement>this.asts[this.top - 1]).body == this.asts[this.top - 0] : boolean
2129 >(<TypeScript.DoWhileStatement>this.asts[this.top - 1]).body : any
2130 >(<TypeScript.DoWhileStatement>this.asts[this.top - 1]) : TypeScript.DoWhileStatement
2131 ><TypeScript.DoWhileStatement>this.asts[this.top - 1] : TypeScript.DoWhileStatement
DparserRealSource14.errors.txt76 …ource14.ts(272,30): error TS2694: Namespace 'TypeScript' has no exported member 'DoWhileStatement'.
585 … (<TypeScript.DoWhileStatement>this.asts[this.top - 1]).body == this.asts[this.top - 0];
587 !!! error TS2694: Namespace 'TypeScript' has no exported member 'DoWhileStatement'.
DparserRealSource14.js273 … (<TypeScript.DoWhileStatement>this.asts[this.top - 1]).body == this.asts[this.top - 0];
DparserRealSource12.symbols1892 …export function walkDoWhileStatementChildren(preAst: DoWhileStatement, parent: AST, walker: IAstWa…
1895 >DoWhileStatement : Symbol(DoWhileStatement)
DparserRealSource14.symbols1284 … (<TypeScript.DoWhileStatement>this.asts[this.top - 1]).body == this.asts[this.top - 0];
1286 >DoWhileStatement : Symbol(TypeScript.DoWhileStatement)
DparserRealSource11.types6812 export class DoWhileStatement extends Statement {
6813 >DoWhileStatement : DoWhileStatement
DparserRealSource11.errors.txt2768 export class DoWhileStatement extends Statement {
/third_party/node/deps/v8/src/parsing/
Drewriter.cc200 void Processor::VisitDoWhileStatement(DoWhileStatement* node) { in VisitDoWhileStatement()
/third_party/node/deps/v8/src/ast/
Dprettyprinter.cc154 void CallPrinter::VisitDoWhileStatement(DoWhileStatement* node) { in VisitDoWhileStatement()
980 void AstPrinter::VisitDoWhileStatement(DoWhileStatement* node) { in VisitDoWhileStatement()
Dast.h48 V(DoWhileStatement) \
444 class DoWhileStatement final : public IterationStatement {
457 explicit DoWhileStatement(int pos) in DoWhileStatement() function
2852 STATEMENT_WITH_POSITION(DoWhileStatement)
Dast-traversal-visitor.h214 DoWhileStatement* stmt) { in VisitDoWhileStatement()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource14.ts272 … (<TypeScript.DoWhileStatement>this.asts[this.top - 1]).body == this.asts[this.top - 0];
DparserRealSource12.ts378 …export function walkDoWhileStatementChildren(preAst: DoWhileStatement, parent: AST, walker: IAstWa…
DparserRealSource11.ts1508 export class DoWhileStatement extends Statement { class
/third_party/node/deps/acorn/acorn-walk/dist/
Dwalk.js253 base.WhileStatement = base.DoWhileStatement = function (node, st, c) {
Dwalk.mjs247 base.WhileStatement = base.DoWhileStatement = function (node, st, c) {
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc2248 void BytecodeGenerator::VisitDoWhileStatement(DoWhileStatement* stmt) { in VisitDoWhileStatement()
/third_party/node/deps/acorn/acorn/dist/
Dacorn.mjs1000 return this.finishNode(node, "DoWhileStatement")