Home
last modified time | relevance | path

Searched refs:runChildren (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts432 that.runChildren(done);
441 public runChildren(done: IDone, index = 0) {
450 that.runChildren(done, index + 1);
472 this.runChildren();
475 public runChildren(index = 0) {
485 that.runChildren(index + 1);
/third_party/typescript/tests/baselines/reference/
Dparserharness.js432 that.runChildren(done);
441 public runChildren(done: IDone, index = 0) {
450 that.runChildren(done, index + 1);
472 this.runChildren();
475 public runChildren(index = 0) {
485 that.runChildren(index + 1);
2451 that.runChildren(done);
2459 Scenario.prototype.runChildren = function (done, index) { method in Scenario
2467 that.runChildren(done, index + 1);
2488 this.runChildren();
[all …]
Dparserharness.types1496 … that.passed = true; // so far so good. that.runChildren(done); …
1500 … that.passed = true; // so far so good. that.runChildren(done); …
1501 … that.passed = true; // so far so good. that.runChildren(done); …
1580 that.runChildren(done);
1581 >that.runChildren(done) : void
1582 >that.runChildren : (done: IDone, index?: number) => void
1584 >runChildren : (done: IDone, index?: number) => void
1594 public runChildren(done: IDone, index = 0) {
1595 >runChildren : (done: IDone, index?: number) => void
1620 …dex].passed; if (async) that.runChildren(done, index + 1…
[all …]
Dparserharness.symbols1231 that.runChildren(done);
1232 >that.runChildren : Symbol(Scenario.runChildren, Decl(parserharness.ts, 433, 9))
1234 >runChildren : Symbol(Scenario.runChildren, Decl(parserharness.ts, 433, 9))
1244 public runChildren(done: IDone, index = 0) {
1245 >runChildren : Symbol(Scenario.runChildren, Decl(parserharness.ts, 433, 9))
1291 that.runChildren(done, index + 1);
1292 >that.runChildren : Symbol(Scenario.runChildren, Decl(parserharness.ts, 433, 9))
1294 >runChildren : Symbol(Scenario.runChildren, Decl(parserharness.ts, 433, 9))
1353 this.runChildren();
1354 >this.runChildren : Symbol(Run.runChildren, Decl(parserharness.ts, 471, 9))
[all …]
Dparserharness.errors.txt572 that.runChildren(done);
581 public runChildren(done: IDone, index = 0) {
590 that.runChildren(done, index + 1);
612 this.runChildren();
615 public runChildren(index = 0) {
625 that.runChildren(index + 1);