Home
last modified time | relevance | path

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

12

/third_party/typescript/tests/baselines/reference/
DunicodeEscapesInNames02(target=es5).types52 methodA() {
53 >methodA() : any
54 >methodA : any
63 export var _�� = new Foo().\u{102A7} + new Foo().methodA();
72 >+ new Foo().methodA() : number
73 >new Foo().methodA() : any
74 >new Foo().methodA : any
77 >methodA : any
DunicodeEscapesInNames02(target=es2015).types44 methodA() {
45 >methodA : () => string
54 export var _�� = new Foo().\u{102A7} + new Foo().methodA();
56 >new Foo().\u{102A7} + new Foo().methodA() : string
61 >new Foo().methodA() : string
62 >new Foo().methodA : () => string
65 >methodA : () => string
DunicodeEscapesInNames02(target=es2015).symbols37 methodA() {
38 >methodA : Symbol(Foo.methodA, Decl(extendedEscapesForAstralsInVarsAndClasses.ts, 18, 5))
47 export var _�� = new Foo().\u{102A7} + new Foo().methodA();
52 >new Foo().methodA : Symbol(Foo.methodA, Decl(extendedEscapesForAstralsInVarsAndClasses.ts, 18, 5))
54 >methodA : Symbol(Foo.methodA, Decl(extendedEscapesForAstralsInVarsAndClasses.ts, 18, 5))
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
DunicodeEscapesInNames02(target=es2015).js23 methodA() { method in Foo
28 export var _�� = new Foo().\u{102A7} + new Foo().methodA();
52 methodA() { method in Foo
56 export var _�� = new Foo().\u{102A7} + new Foo().methodA();
DunicodeEscapesInNames02(target=es5).js23 methodA() { method in Foo
28 export var _�� = new Foo().\u{102A7} + new Foo().methodA();
73 methodA();
84 +new Foo().methodA();
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
DunicodeEscapesInNames02(target=es2015).sourcemap.txt208 >>> methodA() {
214 2 > methodA
255 >>>export var _�� = new Foo().\u{102A7} + new Foo().methodA();
293 17> methodA
DunicodeEscapesInNames02(target=es5).errors.txt30 …piler/extendedEscapesForAstralsInVarsAndClasses.ts(20,5): error TS2304: Cannot find name 'methodA'.
40 …ndedEscapesForAstralsInVarsAndClasses.ts(25,50): error TS2339: Property 'methodA' does not exist o…
113 methodA() {
115 !!! error TS2304: Cannot find name 'methodA'.
126 export var _�� = new Foo().\u{102A7} + new Foo().methodA();
140 !!! error TS2339: Property 'methodA' does not exist on type 'Foo'.
DunicodeEscapesInNames02(target=es5).sourcemap.txt391 >>>methodA();
398 2 >methodA
528 >>>+new Foo().methodA();
544 7 > methodA
DunicodeEscapesInNames02(target=es2015).errors.txt27 methodA() {
32 export var _�� = new Foo().\u{102A7} + new Foo().methodA();
DunicodeEscapesInNames02(target=es5).symbols39 methodA() {
44 export var _�� = new Foo().\u{102A7} + new Foo().methodA();
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-extend-same-prop/
Darkts-no-extend-same-prop-11-error.ets20 methodA(): string;
24 methodA(): number;
29 methodA(): string | number;
Darkts-no-extend-same-prop-10-error.ets20 methodA(): string;
24 methodA(): number;
28 methodA(): string | number | boolean;
Darkts-no-extend-same-prop-6-ok.ets20 methodA(): string;
28 methodA(): string;
/third_party/typescript/tests/cases/compiler/
DanonymousClassExpression2.ts6 methodA() { method in A
13 this.methodA; // error
DunicodeEscapesInNames02.ts25 methodA() {
30 export var _�� = new Foo().\u{102A7} + new Foo().methodA();
/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"
/third_party/typescript/tests/arkTSTest/testcase/arkts-extends-only-class/
Darkts-extends-only-class-8-ok.ets20 methodA(): void;
24 methodA(): void {
Darkts-extends-only-class-10-ok.ets20 methodA(): void;
24 methodA(): void {
Darkts-extends-only-class-9-ok.ets20 methodA(): void;
28 methodA(): void {

12