Home
last modified time | relevance | path

Searched refs:methodB (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DanonymousClassExpression2.symbols20 methodB() {
21 >methodB : Symbol(B.methodB, Decl(anonymousClassExpression2.ts, 10, 13))
26 this.methodB; // ok
27 >this.methodB : Symbol(B.methodB, Decl(anonymousClassExpression2.ts, 10, 13))
29 >methodB : Symbol(B.methodB, Decl(anonymousClassExpression2.ts, 10, 13))
DanonymousClassExpression2.types22 methodB() {
23 >methodB : () => void
30 this.methodB; // ok
31 >this.methodB : () => void
33 >methodB : () => void
DanonymousClassExpression2.errors.txt1 …on2.ts(13,18): error TS2551: Property 'methodA' does not exist on type 'B'. Did you mean 'methodB'?
16 methodB() {
19 !!! error TS2551: Property 'methodA' does not exist on type 'B'. Did you mean 'methodB'?
20 !!! related TS2728 tests/cases/compiler/anonymousClassExpression2.ts:12:9: 'methodB' is declared he…
21 this.methodB; // ok
DanonymousClassExpression2.js13 methodB() { method in B
15 this.methodB; // ok
37 B.prototype.methodB = function () { method in B
39 this.methodB; // ok
/third_party/typescript/tests/cases/compiler/
DanonymousClassExpression2.ts12 methodB() { method in B
14 this.methodB; // ok
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-extend-same-prop/
Darkts-no-extend-same-prop-6-ok.ets24 methodB(): number;
29 methodB(): number;
Darkts-no-extend-same-prop-11-error.ets25 methodB(): boolean;
30 methodB(): boolean;
/third_party/typescript/tests/arkTSTest/testcase/arkts-extends-only-class/
Darkts-extends-only-class-9-ok.ets24 methodB(): void;
31 methodB(): void {
Darkts-extends-only-class-4-ok.ets24 methodB(): void;
Darkts-extends-only-class-10-ok.ets30 methodB(): void {
Darkts-extends-only-class-3-error.ets30 methodB(): void;
/third_party/node/test/fixtures/source-map/
Ddisk.js14 methodB () { method in Foo
Ddisk-relative-path.js1 …nsole.info("uncovered")}this.methodC()}methodA(){console.info("covered")}methodB(){console.info("u… method in Foo
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-decl-merging/
Darkts-no-decl-merging-4-ok.ets26 export function methodB(): void {