/third_party/typescript/tests/baselines/reference/ |
D | unicodeEscapesInNames02(target=es5).types | 52 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
|
D | unicodeEscapesInNames02(target=es2015).types | 44 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
|
D | unicodeEscapesInNames02(target=es2015).symbols | 37 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))
|
D | anonymousClassExpression2.types | 11 methodA() { 12 >methodA : () => void 25 this.methodA; // error 26 >this.methodA : any 28 >methodA : any
|
D | anonymousClassExpression2.js | 7 methodA() { method in A 14 this.methodA; // error 29 A.prototype.methodA = function () { method in A 38 this.methodA; // error
|
D | unicodeEscapesInNames02(target=es2015).js | 23 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();
|
D | unicodeEscapesInNames02(target=es5).js | 23 methodA() { method in Foo 28 export var _ = new Foo().\u{102A7} + new Foo().methodA(); 73 methodA(); 84 +new Foo().methodA();
|
D | anonymousClassExpression2.errors.txt | 1 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'?
|
D | anonymousClassExpression2.symbols | 9 methodA() { 10 >methodA : Symbol(A.methodA, Decl(anonymousClassExpression2.ts, 4, 13)) 23 this.methodA; // error
|
D | unicodeEscapesInNames02(target=es2015).sourcemap.txt | 208 >>> methodA() { 214 2 > methodA 255 >>>export var _ = new Foo().\u{102A7} + new Foo().methodA(); 293 17> methodA
|
D | unicodeEscapesInNames02(target=es5).errors.txt | 30 …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'.
|
D | unicodeEscapesInNames02(target=es5).sourcemap.txt | 391 >>>methodA(); 398 2 >methodA 528 >>>+new Foo().methodA(); 544 7 > methodA
|
D | unicodeEscapesInNames02(target=es2015).errors.txt | 27 methodA() { 32 export var _ = new Foo().\u{102A7} + new Foo().methodA();
|
D | unicodeEscapesInNames02(target=es5).symbols | 39 methodA() { 44 export var _ = new Foo().\u{102A7} + new Foo().methodA();
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-extend-same-prop/ |
D | arkts-no-extend-same-prop-11-error.ets | 20 methodA(): string; 24 methodA(): number; 29 methodA(): string | number;
|
D | arkts-no-extend-same-prop-10-error.ets | 20 methodA(): string; 24 methodA(): number; 28 methodA(): string | number | boolean;
|
D | arkts-no-extend-same-prop-6-ok.ets | 20 methodA(): string; 28 methodA(): string;
|
/third_party/typescript/tests/cases/compiler/ |
D | anonymousClassExpression2.ts | 6 methodA() { method in A 13 this.methodA; // error
|
D | unicodeEscapesInNames02.ts | 25 methodA() { 30 export var _ = new Foo().\u{102A7} + new Foo().methodA();
|
/third_party/node/test/fixtures/source-map/ |
D | disk.js | 11 methodA () { method in Foo 27 a.methodA()
|
D | disk-relative-path.js | 1 …methodA(){console.info("covered")}methodB(){console.info("uncovered")}methodC(){console.info("cove… method in Foo
|
D | disk.map | 16 "methodA"
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-extends-only-class/ |
D | arkts-extends-only-class-8-ok.ets | 20 methodA(): void; 24 methodA(): void {
|
D | arkts-extends-only-class-10-ok.ets | 20 methodA(): void; 24 methodA(): void {
|
D | arkts-extends-only-class-9-ok.ets | 20 methodA(): void; 28 methodA(): void {
|