Home
last modified time | relevance | path

Searched refs:methodB (Results 1 – 7 of 7) 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/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