Home
last modified time | relevance | path

Searched refs:baz1 (Results 1 – 25 of 42) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DmoduleAugmentationsBundledOutput1.types69 (<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 …]
DfunctionLikeInParameterInitializer.js7 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;
DmoduleAugmentationsBundledOutput1.js31 (<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;
DmoduleAugmentationsBundledOutput1.symbols59 (<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))
DescapedIdentifiers.symbols36 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))
DescapedIdentifiers.types42 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
DdeclarationEmitDestructuring4.js6 function baz1([] = [1,2,3]) { } function
19 function baz1(_a) {
33 declare function baz1([]?: number[]): void;
DescapedIdentifiers.js24 export var baz1: number;
30 moduleType1.baz1 = 3;
31 moduleType\u0031.baz1 = 3;
147 moduleType1.baz1 = 3;
148 moduleType\u0031.baz1 = 3;
DdeclarationEmitDestructuring4.symbols8 function baz1([] = [1,2,3]) { }
9 >baz1 : Symbol(baz1, Decl(declarationEmitDestructuring4.ts, 3, 20))
DcompoundExponentiationAssignmentLHSIsValue.types251 (function baz1() { }) **= value;
252 >(function baz1() { }) **= value : number
253 >(function baz1() { }) : () => void
254 >function baz1() { } : () => void
255 >baz1 : () => void
DfunctionLikeInParameterInitializer.symbols12 export function baz1(func = { f() { return foo } }) {
13 >baz1 : Symbol(baz1, Decl(functionLikeInParameterInitializer.ts, 3, 1))
DvarianceAnnotations.js114 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>;
DvarianceAnnotations.types226 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>
DdeclarationEmitDestructuring4.types8 function baz1([] = [1,2,3]) { }
9 >baz1 : ([]?: number[]) => void
DcompoundExponentiationAssignmentLHSIsValue.js85 (function baz1() { }) **= value; function
189 (function baz1() { }) = Math.pow((function baz1() { }), value);
DfunctionLikeInParameterInitializer.types14 export function baz1(func = { f() { return foo } }) {
15 >baz1 : (func?: { f(): string; }) => void
DcompoundAssignmentLHSIsValue.types445 (function baz1() { }) *= value;
446 >(function baz1() { }) *= value : number
447 >(function baz1() { }) : () => void
448 >function baz1() { } : () => void
449 >baz1 : () => void
DvarianceAnnotations.symbols302 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))
DunionAndIntersectionInference1.js36 function baz1<a>(value: void|a): void {
123 function baz1(value) { function
DcompoundExponentiationAssignmentLHSIsValue.symbols179 (function baz1() { }) **= value;
180 >baz1 : Symbol(baz1, Decl(compoundExponentiationAssignmentLHSIsValue.ts, 83, 1))
/third_party/typescript/tests/cases/compiler/
DmoduleAugmentationsBundledOutput1.ts34 (<any>Cls.prototype).baz1 = function() { return undefined };
39 baz1(): C1; method
56 c.baz1().x.toExponential();
DescapedIdentifiers.ts26 export var baz1: number; variable
32 moduleType1.baz1 = 3;
33 moduleType\u0031.baz1 = 3;
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dconstify-module-enums-simple-nonamespace.rs16 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()
Dconstify-module-enums-simple-alias.rs20 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/
DvarianceAnnotations.ts116 declare let baz1: Baz<unknown>; variable
119 baz1 = baz2; // Error
120 baz2 = baz1; // Error

12