Home
last modified time | relevance | path

Searched refs:methodA (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DanonymousClassExpression2.types11 methodA() {
12 >methodA : () => void
25 this.methodA; // error
26 >this.methodA : any
28 >methodA : any
DanonymousClassExpression2.js7 methodA() { method in A
14 this.methodA; // error
29 A.prototype.methodA = function () { method in A
38 this.methodA; // error
DanonymousClassExpression2.errors.txt1 tests/cases/compiler/anonymousClassExpression2.ts(13,18): error TS2551: Property 'methodA' does not…
10 methodA() {
17 this.methodA; // error
19 !!! error TS2551: Property 'methodA' does not exist on type 'B'. Did you mean 'methodB'?
DanonymousClassExpression2.symbols9 methodA() {
10 >methodA : Symbol(A.methodA, Decl(anonymousClassExpression2.ts, 4, 13))
23 this.methodA; // error
/third_party/typescript/tests/cases/compiler/
DanonymousClassExpression2.ts6 methodA() { method in A
13 this.methodA; // error
/third_party/node/test/fixtures/source-map/
Ddisk.js11 methodA () { method in Foo
27 a.methodA()
Ddisk-relative-path.js1methodA(){console.info("covered")}methodB(){console.info("uncovered")}methodC(){console.info("cove… method in Foo
Ddisk.map16 "methodA"