| /third_party/typescript/tests/cases/compiler/ |
| D | privacyGloInterface.ts | 3 private f1() { method in C1_public 31 f1(a1: C1_public); method 58 f1(a1: C1_public); method 67 private f1() { method in C5_public 85 f1(a1: C5_public); method 91 f1(): number; method 114 f1(): number; method
|
| D | privacyInterface.ts | 4 private f1() { method in C1_public 32 f1(a1: C1_public); method 59 f1(a1: C1_public); method 70 private f1() { method in C1_public 98 f1(a1: C1_public); method 125 f1(a1: C1_public); method 134 private f1() { method in C5_public 162 f1(a1: C5_public); method 189 f1(a1: C5_public); method 198 f1(): number; method [all …]
|
| D | privacyImportParseErrors.ts | 6 export function f1() { function 16 export function f1() { function 24 export function f1(); function 32 export function f1(); function 90 export function f1() { function 100 export function f1() { function 108 export function f1(); function 116 export function f1(); function 174 export function f1() { function 182 export function f1(); function [all …]
|
| D | privacyGloImportParseErrors.ts | 6 export function f1() { function 16 export function f1() { function 24 export function f1(); function 32 export function f1(); function 89 export function f1() { function 97 export function f1(); function
|
| D | privacyClassExtendsClauseDeclFile.ts | 7 private f1() { method in publicClassInPublicModule 31 private f1() { method in publicClassInPrivateModule 54 private f1() { method in publicClass 78 private f1() { method in publicClassInPublicModule
|
| D | privacyImport.ts | 7 export function f1() { function 17 export function f1() { function 91 export function f1() { function 101 export function f1() { function 175 export function f1() { function 193 export function f1() { function
|
| D | commentsInheritance.ts | 18 f1(): void; method 37 public f1() { method in c1 72 public f1() { method in c2 96 public f1() { method in c3 130 f1(): void; method 143 f1(): void; method
|
| D | complicatedPrivacy.ts | 6 export function f1(c1: C1) { function 86 function f1() { function 98 f1(): string; method
|
| D | constructorOverloads3.ts | 16 var f1 = new Foo("hey"); property in FooBase 21 f1.bar1(); method in FooBase
|
| D | privacyGloImport.ts | 6 export function f1() { function 16 export function f1() { function 89 export function f1() { function 97 export function f1(); function
|
| /third_party/typescript/tests/baselines/reference/ |
| D | privacyImport.js | 6 export function f1() { function 373 function f1() { function 387 function f1() { function 458 function f1() { function 472 function f1() { function 542 function f1() { function 563 function f1() { function
|
| D | privacyInterface.js | 276 C1_public.prototype.f1 = function () { method in C1_public 292 C1_public.prototype.f1 = function () { method in C1_public 306 C5_public.prototype.f1 = function () { method in C5_public
|
| D | parserErrorRecoveryIfStatement5.js | 3 f1() { method in Foo 16 Foo.prototype.f1 = function () { method in Foo
|
| D | unusedTypeParameterInLambda2.js | 3 public f1() { method in A 15 A.prototype.f1 = function () { method in A
|
| D | unusedTypeParameterInLambda1.js | 3 public f1() { method in A 14 A.prototype.f1 = function () { method in A
|
| D | unusedTypeParameterInMethod4.js | 3 public f1<X>() { field in A 12 A.prototype.f1 = function () { method in A
|
| D | complicatedPrivacy.js | 6 export function f1(c1: C1) { function 112 function f1(c1) { function 152 function f2(f1) { argument 179 c_pr.prototype.f1 = function () { method in c_pr 196 function f1() { function
|
| D | parserErrorRecoveryIfStatement2.js | 3 f1() { method in Foo 16 Foo.prototype.f1 = function () { method in Foo
|
| D | parserErrorRecoveryIfStatement3.js | 3 f1() { method in Foo 16 Foo.prototype.f1 = function () { method in Foo
|
| D | unusedParametersInLambda1.js | 3 public f1() { method in A 13 A.prototype.f1 = function () { method in A
|
| D | limitDeepInstantiations.js | 5 let f1: Foo<"true", {}>; variable 11 var f1; variable
|
| D | parserErrorRecoveryIfStatement1.js | 3 f1() { method in Foo 16 Foo.prototype.f1 = function () { method in Foo
|
| D | parser509667.js | 3 f1() { method in Foo 18 Foo.prototype.f1 = function () { method in Foo
|
| D | unusedParametersInLambda2.js | 3 public f1() { method in A 14 A.prototype.f1 = function () { method in A
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserAstSpans1.ts | 13 f1(): void; method 31 public f1() { method in c1 91 public f1() { method in c2 116 public f1() { method in c3 162 f1(): void; method 173 f1(): void; method
|