/third_party/typescript/tests/baselines/reference/ |
D | moduleAugmentationsBundledOutput1.types | 69 (<any>Cls.prototype).baz1 = function() { return undefined }; 70 >(<any>Cls.prototype).baz1 = function() { return undefined } : () => any 71 >(<any>Cls.prototype).baz1 : any 77 >baz1 : any 97 baz1(): C1; 98 >baz1 : () => C1 138 c.baz1().x.toExponential(); 139 >c.baz1().x.toExponential() : string 140 >c.baz1().x.toExponential : (fractionDigits?: number) => string 141 >c.baz1().x : number [all …]
|
D | functionLikeInParameterInitializer.js | 7 export function baz1(func = { f() { return foo } }) { function 25 exports.baz3 = exports.baz2 = exports.baz1 = exports.bar = void 0; 33 function baz1(func) { 37 exports.baz1 = baz1;
|
D | moduleAugmentationsBundledOutput1.js | 31 (<any>Cls.prototype).baz1 = function() { return undefined }; function 36 baz1(): C1; 53 c.baz1().x.toExponential(); 95 m1_2.Cls.prototype.baz1 = function () { return undefined; }; method in m1_2.Cls 104 c.baz1().x.toExponential(); 138 baz1(): C1;
|
D | moduleAugmentationsBundledOutput1.symbols | 59 (<any>Cls.prototype).baz1 = function() { return undefined }; 77 baz1(): C1; 78 >baz1 : Symbol(Cls.baz1, Decl(m4.ts, 6, 19)) 119 c.baz1().x.toExponential(); 120 >c.baz1().x.toExponential : Symbol(Number.toExponential, Decl(lib.es5.d.ts, --, --)) 121 >c.baz1().x : Symbol(C1.x, Decl(m3.ts, 0, 17)) 122 >c.baz1 : Symbol(Cls.baz1, Decl(m4.ts, 6, 19)) 124 >baz1 : Symbol(Cls.baz1, Decl(m4.ts, 6, 19))
|
D | escapedIdentifiers.symbols | 36 export var baz1: number; 37 >baz1 : Symbol(baz1, Decl(escapedIdentifiers.ts, 22, 14)) 46 moduleType1.baz1 = 3; 47 >moduleType1.baz1 : Symbol(moduleType1.baz1, Decl(escapedIdentifiers.ts, 22, 14)) 49 >baz1 : Symbol(moduleType1.baz1, Decl(escapedIdentifiers.ts, 22, 14)) 51 moduleType\u0031.baz1 = 3; 52 >moduleType\u0031.baz1 : Symbol(moduleType1.baz1, Decl(escapedIdentifiers.ts, 22, 14)) 54 >baz1 : Symbol(moduleType1.baz1, Decl(escapedIdentifiers.ts, 22, 14))
|
D | escapedIdentifiers.types | 42 export var baz1: number; 43 >baz1 : number 52 moduleType1.baz1 = 3; 53 >moduleType1.baz1 = 3 : 3 54 >moduleType1.baz1 : number 56 >baz1 : number 59 moduleType\u0031.baz1 = 3; 60 >moduleType\u0031.baz1 = 3 : 3 61 >moduleType\u0031.baz1 : number 63 >baz1 : number
|
D | declarationEmitDestructuring4.js | 6 function baz1([] = [1,2,3]) { } function 19 function baz1(_a) { 33 declare function baz1([]?: number[]): void;
|
D | escapedIdentifiers.js | 24 export var baz1: number; 30 moduleType1.baz1 = 3; 31 moduleType\u0031.baz1 = 3; 147 moduleType1.baz1 = 3; 148 moduleType\u0031.baz1 = 3;
|
D | declarationEmitDestructuring4.symbols | 8 function baz1([] = [1,2,3]) { } 9 >baz1 : Symbol(baz1, Decl(declarationEmitDestructuring4.ts, 3, 20))
|
D | compoundExponentiationAssignmentLHSIsValue.types | 251 (function baz1() { }) **= value; 252 >(function baz1() { }) **= value : number 253 >(function baz1() { }) : () => void 254 >function baz1() { } : () => void 255 >baz1 : () => void
|
D | functionLikeInParameterInitializer.symbols | 12 export function baz1(func = { f() { return foo } }) { 13 >baz1 : Symbol(baz1, Decl(functionLikeInParameterInitializer.ts, 3, 1))
|
D | declarationEmitDestructuring4.types | 8 function baz1([] = [1,2,3]) { } 9 >baz1 : ([]?: number[]) => void
|
D | compoundExponentiationAssignmentLHSIsValue.js | 85 (function baz1() { }) **= value; function 188 (function baz1() { }) = Math.pow((function baz1() { }), value);
|
D | functionLikeInParameterInitializer.types | 14 export function baz1(func = { f() { return foo } }) { 15 >baz1 : (func?: { f(): string; }) => void
|
D | compoundAssignmentLHSIsValue.types | 445 (function baz1() { }) *= value; 446 >(function baz1() { }) *= value : number 447 >(function baz1() { }) : () => void 448 >function baz1() { } : () => void 449 >baz1 : () => void
|
D | unionAndIntersectionInference1.js | 36 function baz1<a>(value: void|a): void { 123 function baz1(value) { function
|
D | compoundExponentiationAssignmentLHSIsValue.symbols | 179 (function baz1() { }) **= value; 180 >baz1 : Symbol(baz1, Decl(compoundExponentiationAssignmentLHSIsValue.ts, 83, 1))
|
D | compoundAssignmentLHSIsValue.js | 120 (function baz1() { }) *= value; function 261 (function baz1() { }) *= value;
|
D | getEmitOutputOut.baseline | 9 var baz1 = bar.Baz.prototype; // Should emit as bar.Baz.prototype
|
/third_party/typescript/tests/cases/compiler/ |
D | moduleAugmentationsBundledOutput1.ts | 34 (<any>Cls.prototype).baz1 = function() { return undefined }; 39 baz1(): C1; method 56 c.baz1().x.toExponential();
|
D | escapedIdentifiers.ts | 26 export var baz1: number; variable 32 moduleType1.baz1 = 3; 33 moduleType\u0031.baz1 = 3;
|
D | declarationEmitDestructuring4.ts | 6 function baz1([] = [1,2,3]) { } function
|
D | functionLikeInParameterInitializer.ts | 6 export function baz1(func = { f() { return foo } }) { function
|
/third_party/typescript/tests/cases/fourslash/ |
D | findAllRefsReExports.ts | 32 bar2, baz1, bang1, boom1 constant 39 const eBaz = { definition: "(alias) function baz(): void\nimport baz", ranges: [baz0, baz1] }; constant 50 verify.referenceGroups([baz0, baz1], [eBaz, c, d, eBoom, eBang]);
|
/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_2_020.cpp | 33 int baz1; variable 35 float baz1; variable
|