/third_party/typescript/tests/baselines/reference/ |
D | destructuringParameterProperties3.types | 54 public getB() { 55 >getB : () => any 83 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 87 >[x.getA(), x.getB(), x.getC()] : [any, any, any] 92 >x.getB() : any 93 >x.getB : () => any 95 >getB : () => any 111 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 115 >[y.getA(), y.getB(), y.getC()] : [any, any, any] 120 >y.getB() : any [all …]
|
D | destructuringParameterProperties3.symbols | 42 public getB() { 43 >getB : Symbol(C1.getB, Decl(destructuringParameterProperties3.ts, 9, 5)) 62 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 69 >x.getB : Symbol(C1.getB, Decl(destructuringParameterProperties3.ts, 9, 5)) 71 >getB : Symbol(C1.getB, Decl(destructuringParameterProperties3.ts, 9, 5)) 80 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 87 >y.getB : Symbol(C1.getB, Decl(destructuringParameterProperties3.ts, 9, 5)) 89 >getB : Symbol(C1.getB, Decl(destructuringParameterProperties3.ts, 9, 5)) 99 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()]; 106 >z.getB : Symbol(C1.getB, Decl(destructuringParameterProperties3.ts, 9, 5)) [all …]
|
D | destructuringParameterProperties2.types | 54 public getB() { 55 >getB : () => any 83 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 87 >[x.getA(), x.getB(), x.getC()] : [any, any, any] 92 >x.getB() : any 93 >x.getB : () => any 95 >getB : () => any 111 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 115 >[y.getA(), y.getB(), y.getC()] : [any, any, any] 120 >y.getB() : any [all …]
|
D | destructuringParameterProperties2.symbols | 35 public getB() { 36 >getB : Symbol(C1.getB, Decl(destructuringParameterProperties2.ts, 9, 5)) 56 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 63 >x.getB : Symbol(C1.getB, Decl(destructuringParameterProperties2.ts, 9, 5)) 65 >getB : Symbol(C1.getB, Decl(destructuringParameterProperties2.ts, 9, 5)) 74 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 81 >y.getB : Symbol(C1.getB, Decl(destructuringParameterProperties2.ts, 9, 5)) 83 >getB : Symbol(C1.getB, Decl(destructuringParameterProperties2.ts, 9, 5)) 93 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()]; 100 >z.getB : Symbol(C1.getB, Decl(destructuringParameterProperties2.ts, 9, 5)) [all …]
|
D | moduleAugmentationsImports1.types | 31 A.prototype.getB = function () { return undefined; } 32 >A.prototype.getB = function () { return undefined; } : () => any 33 >A.prototype.getB : () => B 37 >getB : () => B 55 getB(): B; 56 >getB : () => B 78 let b = a.getB().x.toFixed(); 80 >a.getB().x.toFixed() : string 81 >a.getB().x.toFixed : (fractionDigits?: number) => string 82 >a.getB().x : number [all …]
|
D | moduleAugmentationsImports2.types | 28 A.prototype.getB = function () { return undefined; } 29 >A.prototype.getB = function () { return undefined; } : () => any 30 >A.prototype.getB : () => B 34 >getB : () => B 42 getB(): B; 43 >getB : () => B 83 let b = a.getB().x.toFixed(); 85 >a.getB().x.toFixed() : string 86 >a.getB().x.toFixed : (fractionDigits?: number) => string 87 >a.getB().x : number [all …]
|
D | destructuringParameterProperties3.js | 13 public getB() { method in C1 23 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 26 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 29 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()]; 32 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()]; 47 C1.prototype.getB = function () { method in C1 56 var _a = [x.getA(), x.getB(), x.getC()], x_a = _a[0], x_b = _a[1], x_c = _a[2]; 58 var _b = [y.getA(), y.getB(), y.getC()], y_a = _b[0], y_b = _b[1], y_c = _b[2]; 60 var _c = [z.getA(), z.getB(), z.getC()], z_a = _c[0], z_b = _c[1], z_c = _c[2]; 62 var _d = [z.getA(), z.getB(), z.getC()], z_a = _d[0], z_b = _d[1], z_c = _d[2];
|
D | moduleAugmentationsImports1.symbols | 31 A.prototype.getB = function () { return undefined; } 32 >A.prototype.getB : Symbol(A.getB, Decl(d.ts, 10, 17)) 36 >getB : Symbol(A.getB, Decl(d.ts, 10, 17)) 53 getB(): B; 54 >getB : Symbol(A.getB, Decl(d.ts, 10, 17)) 81 let b = a.getB().x.toFixed(); 83 >a.getB().x.toFixed : Symbol(Number.toFixed, Decl(lib.es5.d.ts, --, --)) 84 >a.getB().x : Symbol(B.x, Decl(b.ts, 0, 16)) 85 >a.getB : Symbol(A.getB, Decl(d.ts, 10, 17)) 87 >getB : Symbol(A.getB, Decl(d.ts, 10, 17))
|
D | moduleAugmentationsImports2.symbols | 28 A.prototype.getB = function () { return undefined; } 29 >A.prototype.getB : Symbol(A.getB, Decl(d.ts, 8, 17)) 33 >getB : Symbol(A.getB, Decl(d.ts, 8, 17)) 42 getB(): B; 43 >getB : Symbol(A.getB, Decl(d.ts, 8, 17)) 86 let b = a.getB().x.toFixed(); 88 >a.getB().x.toFixed : Symbol(Number.toFixed, Decl(lib.es5.d.ts, --, --)) 89 >a.getB().x : Symbol(B.x, Decl(b.ts, 0, 16)) 90 >a.getB : Symbol(A.getB, Decl(d.ts, 8, 17)) 92 >getB : Symbol(A.getB, Decl(d.ts, 8, 17))
|
D | destructuringParameterProperties2.js | 13 public getB() { method in C1 23 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 26 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 29 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()]; 44 C1.prototype.getB = function () { method in C1 53 var _a = [x.getA(), x.getB(), x.getC()], x_a = _a[0], x_b = _a[1], x_c = _a[2]; 55 var _b = [y.getA(), y.getB(), y.getC()], y_a = _b[0], y_b = _b[1], y_c = _b[2]; 57 var _c = [z.getA(), z.getB(), z.getC()], z_a = _c[0], z_b = _c[1], z_c = _c[2];
|
D | moduleAugmentationsImports4.types | 13 let b = a.getB().x.toFixed(); 15 >a.getB().x.toFixed() : string 16 >a.getB().x.toFixed : (fractionDigits?: number) => string 17 >a.getB().x : number 18 >a.getB() : import("tests/cases/compiler/b").B 19 >a.getB : () => import("tests/cases/compiler/b").B 21 >getB : () => import("tests/cases/compiler/b").B 69 getB(): B; 70 >getB : () => B
|
D | moduleAugmentationsImports3.types | 12 let b = a.getB().x.toFixed(); 14 >a.getB().x.toFixed() : string 15 >a.getB().x.toFixed : (fractionDigits?: number) => string 16 >a.getB().x : number 17 >a.getB() : import("tests/cases/compiler/b").B 18 >a.getB : () => import("tests/cases/compiler/b").B 20 >getB : () => import("tests/cases/compiler/b").B 68 getB(): B; 69 >getB : () => B
|
D | moduleAugmentationsImports1.js | 21 A.prototype.getB = function () { return undefined; } method in A 26 getB(): B; 41 let b = a.getB().x.toFixed(); 71 a_1.A.prototype.getB = function () { return undefined; }; method in a_1.A 78 var b = a.getB().x.toFixed(); 99 getB(): B;
|
D | moduleAugmentationsImports3.symbols | 13 let b = a.getB().x.toFixed(); 15 >a.getB().x.toFixed : Symbol(Number.toFixed, Decl(lib.es5.d.ts, --, --)) 16 >a.getB().x : Symbol(B.x, Decl(b.ts, 0, 16)) 17 >a.getB : Symbol(A.getB, Decl(d.d.ts, 4, 21)) 19 >getB : Symbol(A.getB, Decl(d.d.ts, 4, 21)) 67 getB(): B; 68 >getB : Symbol(A.getB, Decl(d.d.ts, 4, 21))
|
D | moduleAugmentationsImports4.symbols | 14 let b = a.getB().x.toFixed(); 16 >a.getB().x.toFixed : Symbol(Number.toFixed, Decl(lib.es5.d.ts, --, --)) 17 >a.getB().x : Symbol(B.x, Decl(b.ts, 0, 16)) 18 >a.getB : Symbol(A.getB, Decl(d.d.ts, 4, 21)) 20 >getB : Symbol(A.getB, Decl(d.d.ts, 4, 21)) 68 getB(): B; 69 >getB : Symbol(A.getB, Decl(d.d.ts, 4, 21))
|
D | moduleAugmentationsImports2.js | 20 A.prototype.getB = function () { return undefined; } method in A 24 getB(): B; 46 let b = a.getB().x.toFixed(); 76 a_1.A.prototype.getB = function () { return undefined; }; method in a_1.A 87 var b = a.getB().x.toFixed(); 107 getB(): B;
|
D | destructuringParameterProperties3.errors.txt | 32 public getB() { 46 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 49 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 52 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()]; 55 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()];
|
D | moduleAugmentationsImports4.js | 20 getB(): B; 46 let b = a.getB().x.toFixed(); 76 var b = a.getB().x.toFixed();
|
D | moduleAugmentationsImports3.js | 20 getB(): B; 45 let b = a.getB().x.toFixed(); 80 var b = a.getB().x.toFixed();
|
D | destructuringParameterProperties2.errors.txt | 33 public getB() { 49 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 52 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 55 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()];
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringParameterProperties3.ts | 12 public getB() { method in C1 22 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 25 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 28 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()]; 31 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()];
|
D | destructuringParameterProperties2.ts | 12 public getB() { method in C1 22 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()]; 25 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()]; 28 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()];
|
/third_party/typescript/tests/cases/compiler/ |
D | moduleAugmentationsImports1.ts | 23 A.prototype.getB = function () { return undefined; } 28 getB(): B; method 43 let b = a.getB().x.toFixed();
|
D | moduleAugmentationsImports2.ts | 22 A.prototype.getB = function () { return undefined; } 26 getB(): B; method 48 let b = a.getB().x.toFixed();
|
D | moduleAugmentationsImports4.ts | 22 getB(): B; method 48 let b = a.getB().x.toFixed();
|