Home
last modified time | relevance | path

Searched refs:getA (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DdestructuringParameterProperties3.types45 public getA() {
46 >getA : () => 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]
88 >x.getA() : any
89 >x.getA : () => any
91 >getA : () => 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]
116 >y.getA() : any
[all …]
DdeclarationEmitForGlobalishSpecifierSymlink.symbols2 export function getA(): A;
3 >getA : Symbol(getA, Decl(impl.d.ts, 0, 0))
15 export function getA(): A;
16 >getA : Symbol(getA, Decl(impl.d.ts, 0, 0))
31 import { getA } from "typescript-fsa";
32 >getA : Symbol(getA, Decl(index.ts, 1, 8))
34 export const a = getA();
36 >getA : Symbol(getA, Decl(index.ts, 1, 8))
DdestructuringParameterProperties2.types45 public getA() {
46 >getA : () => 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]
88 >x.getA() : any
89 >x.getA : () => any
91 >getA : () => 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]
116 >y.getA() : any
[all …]
DdestructuringParameterProperties3.symbols35 public getA() {
36 >getA : Symbol(C1.getA, Decl(destructuringParameterProperties3.ts, 5, 5))
62 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()];
66 >x.getA : Symbol(C1.getA, Decl(destructuringParameterProperties3.ts, 5, 5))
68 >getA : Symbol(C1.getA, Decl(destructuringParameterProperties3.ts, 5, 5))
80 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()];
84 >y.getA : Symbol(C1.getA, Decl(destructuringParameterProperties3.ts, 5, 5))
86 >getA : Symbol(C1.getA, Decl(destructuringParameterProperties3.ts, 5, 5))
99 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()];
103 >z.getA : Symbol(C1.getA, Decl(destructuringParameterProperties3.ts, 5, 5))
[all …]
DdestructuringParameterProperties2.symbols28 public getA() {
29 >getA : Symbol(C1.getA, Decl(destructuringParameterProperties2.ts, 5, 5))
56 var [x_a, x_b, x_c] = [x.getA(), x.getB(), x.getC()];
60 >x.getA : Symbol(C1.getA, Decl(destructuringParameterProperties2.ts, 5, 5))
62 >getA : Symbol(C1.getA, Decl(destructuringParameterProperties2.ts, 5, 5))
74 var [y_a, y_b, y_c] = [y.getA(), y.getB(), y.getC()];
78 >y.getA : Symbol(C1.getA, Decl(destructuringParameterProperties2.ts, 5, 5))
80 >getA : Symbol(C1.getA, Decl(destructuringParameterProperties2.ts, 5, 5))
93 var [z_a, z_b, z_c] = [z.getA(), z.getB(), z.getC()];
97 >z.getA : Symbol(C1.getA, Decl(destructuringParameterProperties2.ts, 5, 5))
[all …]
DdeclarationEmitForGlobalishSpecifierSymlink2.symbols2 export function getA(): A;
3 >getA : Symbol(getA, Decl(impl.d.ts, 0, 0))
18 import { getA } from "typescript-fsa";
19 >getA : Symbol(getA, Decl(index.ts, 1, 8))
21 export const a = getA();
23 >getA : Symbol(getA, Decl(index.ts, 1, 8))
DdestructuringParameterProperties3.js9 public getA() { 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()];
44 C1.prototype.getA = 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];
DdeclarationEmitForGlobalishSpecifierSymlink.types2 export function getA(): A;
3 >getA : () => A
14 export function getA(): A;
15 >getA : () => A
29 import { getA } from "typescript-fsa";
30 >getA : () => import("/p1/node_modules/typescript-fsa/index").A
32 export const a = getA();
34 >getA() : import("/p1/node_modules/typescript-fsa/index").A
35 >getA : () => import("/p1/node_modules/typescript-fsa/index").A
DdeclarationEmitStringEnumUsedInNonlocalSpread.types31 getA(): ITest {
32 >getA : () => ITest
62 getA() { // TS4053 error
63 >getA : () => { a: string; 123123: string; 12312312312: string; }
66 >{ ...super.getA(), a: '123', } : { a: string; 123123: string; 1231231…
68 ...super.getA(),
69 >super.getA() : import("tests/cases/compiler/class").ITest
70 >super.getA : () => import("tests/cases/compiler/class").ITest
72 >getA : () => import("tests/cases/compiler/class").ITest
DprivateIdentifierChain.1.symbols13 getA(): A {
14 >getA : Symbol(A.getA, Decl(privateIdentifierChain.1.ts, 2, 11))
31 this?.getA().#b; // Error
32 >this?.getA().#b : Symbol(A.#b, Decl(privateIdentifierChain.1.ts, 1, 9))
33 >this?.getA : Symbol(A.getA, Decl(privateIdentifierChain.1.ts, 2, 11))
35 >getA : Symbol(A.getA, Decl(privateIdentifierChain.1.ts, 2, 11))
DmoduleAugmentationGlobal1.symbols18 getA(): A;
19 >getA : Symbol(Array.getA, Decl(f2.ts, 4, 24))
27 let y = x.getA().x;
29 >x.getA().x : Symbol(A.x, Decl(f1.ts, 0, 16))
30 >x.getA : Symbol(Array.getA, Decl(f2.ts, 4, 24))
32 >getA : Symbol(Array.getA, Decl(f2.ts, 4, 24))
DdeclarationEmitStringEnumUsedInNonlocalSpread.symbols31 getA(): ITest {
32 >getA : Symbol(A.getA, Decl(class.ts, 10, 16))
59 getA() { // TS4053 error
60 >getA : Symbol(B.getA, Decl(index.ts, 2, 26))
63 ...super.getA(),
64 >super.getA : Symbol(A.getA, Decl(class.ts, 10, 16))
66 >getA : Symbol(A.getA, Decl(class.ts, 10, 16))
DmoduleAugmentationGlobal1.types15 getA(): A;
16 >getA : () => A
25 let y = x.getA().x;
27 >x.getA().x : number
28 >x.getA() : A
29 >x.getA : () => A
31 >getA : () => A
DmoduleAugmentationInAmbientModule5.symbols8 let y = x.getA().x;
10 >x.getA().x : Symbol(A.x, Decl(array.d.ts, 1, 13))
11 >x.getA : Symbol(Array.getA, Decl(array.d.ts, 7, 28))
13 >getA : Symbol(Array.getA, Decl(array.d.ts, 7, 28))
38 getA(): A;
39 >getA : Symbol(Array.getA, Decl(array.d.ts, 7, 28))
DprivateIdentifierChain.1.types11 getA(): A {
12 >getA : () => A
29 this?.getA().#b; // Error
30 >this?.getA().#b : A | undefined
31 >this?.getA() : A | undefined
32 >this?.getA : (() => A) | undefined
34 >getA : (() => A) | undefined
DmoduleAugmentationInAmbientModule5.types10 let y = x.getA().x;
12 >x.getA().x : number
13 >x.getA() : import("A").A
14 >x.getA : () => import("A").A
16 >getA : () => import("A").A
38 getA(): A;
39 >getA : () => A
DdestructuringParameterProperties2.js9 public getA() { 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()];
41 C1.prototype.getA = 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];
DdeclarationEmitForGlobalishSpecifierSymlink2.types2 export function getA(): A;
3 >getA : () => A
17 import { getA } from "typescript-fsa";
18 >getA : () => import("/cache/typescript-fsa/index").A
20 export const a = getA();
22 >getA() : import("/cache/typescript-fsa/index").A
23 >getA : () => import("/cache/typescript-fsa/index").A
DdeclarationEmitStringEnumUsedInNonlocalSpread.js15 getA(): ITest {
26 getA() { // TS4053 error method in B
28 ...super.getA(),
41 A.prototype.getA = function () { method in A
87 B.prototype.getA = function () { method in B
88 return __assign(__assign({}, _super.prototype.getA.call(this)), { a: '123' });
105 getA(): ITest;
110 getA(): {
DdeclarationEmitForGlobalishSpecifierSymlink.js4 export function getA(): A;
16 export function getA(): A;
29 import { getA } from "typescript-fsa";
31 export const a = getA();
42 exports.a = typescript_fsa_1.getA();
DprivateIdentifierChain.1.js5 getA(): A {
11 this?.getA().#b; // Error
22 this?.getA().#b; // Error
25 getA() { method in A
DdeclarationEmitForGlobalishSpecifierSymlink2.js4 export function getA(): A;
17 import { getA } from "typescript-fsa";
19 export const a = getA();
30 exports.a = typescript_fsa_1.getA();
DmoduleAugmentationGlobal1.js12 getA(): A;
17 let y = x.getA().x;
34 var y = x.getA().x;
45 getA(): A;
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringParameterProperties3.ts8 public getA() { 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()];
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitForGlobalishSpecifierSymlink.ts4 export function getA(): A; function
16 export function getA(): A; function
29 import { getA } from "typescript-fsa";
31 export const a = getA();

1234