Home
last modified time | relevance | path

Searched refs:baz1 (Results 1 – 25 of 36) 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))
DdeclarationEmitDestructuring4.types8 function baz1([] = [1,2,3]) { }
9 >baz1 : ([]?: number[]) => void
DcompoundExponentiationAssignmentLHSIsValue.js85 (function baz1() { }) **= value; function
188 (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
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))
DcompoundAssignmentLHSIsValue.js120 (function baz1() { }) *= value; function
261 (function baz1() { }) *= value;
DgetEmitOutputOut.baseline9 var baz1 = bar.Baz.prototype; // Should emit as bar.Baz.prototype
/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;
DdeclarationEmitDestructuring4.ts6 function baz1([] = [1,2,3]) { } function
DfunctionLikeInParameterInitializer.ts6 export function baz1(func = { f() { return foo } }) { function
/third_party/typescript/tests/cases/fourslash/
DfindAllRefsReExports.ts32 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/
Dt_2_020.cpp33 int baz1; variable
35 float baz1; variable

12