/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 | varianceAnnotations.js | 114 declare let baz1: Baz<unknown>; 117 baz1 = baz2; // Error 118 baz2 = baz1; // Error 193 baz1 = baz2; // Error 194 baz2 = baz1; // Error 293 declare let baz1: Baz<unknown>;
|
D | varianceAnnotations.types | 226 declare let baz1: Baz<unknown>; 227 >baz1 : Baz<unknown> 232 baz1 = baz2; // Error 233 >baz1 = baz2 : Baz<string> 234 >baz1 : Baz<unknown> 237 baz2 = baz1; // Error 238 >baz2 = baz1 : Baz<unknown> 240 >baz1 : Baz<unknown>
|
D | declarationEmitDestructuring4.types | 8 function baz1([] = [1,2,3]) { } 9 >baz1 : ([]?: number[]) => void
|
D | compoundExponentiationAssignmentLHSIsValue.js | 85 (function baz1() { }) **= value; function 189 (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 | varianceAnnotations.symbols | 302 declare let baz1: Baz<unknown>; 303 >baz1 : Symbol(baz1, Decl(varianceAnnotations.ts, 112, 11)) 310 baz1 = baz2; // Error 311 >baz1 : Symbol(baz1, Decl(varianceAnnotations.ts, 112, 11)) 314 baz2 = baz1; // Error 316 >baz1 : Symbol(baz1, Decl(varianceAnnotations.ts, 112, 11))
|
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))
|
/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;
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | constify-module-enums-simple-nonamespace.rs | 16 pub baz1: one_Foo::Type, field 35 unsafe { ::std::ptr::addr_of!((*ptr).baz1) as usize - ptr as usize }, in bindgen_test_layout_Bar() 37 concat!("Offset of field: ", stringify!(Bar), "::", stringify!(baz1)) in bindgen_test_layout_Bar()
|
D | constify-module-enums-simple-alias.rs | 20 pub baz1: Foo::Type, field 45 unsafe { ::std::ptr::addr_of!((*ptr).baz1) as usize - ptr as usize }, in bindgen_test_layout_Bar() 47 concat!("Offset of field: ", stringify!(Bar), "::", stringify!(baz1)) in bindgen_test_layout_Bar()
|
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/ |
D | varianceAnnotations.ts | 116 declare let baz1: Baz<unknown>; variable 119 baz1 = baz2; // Error 120 baz2 = baz1; // Error
|