/third_party/typescript/tests/baselines/reference/ |
D | unusedFunctionsinNamespaces2.js | 3 var function1 = function() { function 10 var function1 = function () { function
|
D | unusedFunctionsinNamespaces1.js | 3 function function1() { function 10 function function1() { function
|
D | unusedFunctionsinNamespaces4.js | 3 var function1 = function() { function 14 var function1 = function () { function
|
D | unusedPrivateMethodInClass1.js | 3 private function1() { method in greeter 13 greeter.prototype.function1 = function () { method in greeter
|
D | unusedLocalsInMethod2.js | 3 public function1() { method in greeter 13 greeter.prototype.function1 = function () { method in greeter
|
D | unusedLocalsInMethod1.js | 3 public function1() { method in greeter 12 greeter.prototype.function1 = function () { method in greeter
|
D | unusedLocalsInMethod3.js | 3 public function1() { method in greeter 13 greeter.prototype.function1 = function () { method in greeter
|
D | unusedFunctionsinNamespaces3.js | 3 var function1 = function(param1:string) { function 10 var function1 = function (param1) { function
|
D | unusedTypeParameters3.js | 5 public function1() { method in greeter 14 greeter.prototype.function1 = function () { method in greeter
|
D | unusedTypeParameters2.js | 5 public function1() { method in greeter 14 greeter.prototype.function1 = function () { method in greeter
|
D | unusedPrivateMethodInClass2.js | 3 private function1() { method in greeter 18 greeter.prototype.function1 = function () { method in greeter
|
D | unusedFunctionsinNamespaces5.js | 3 var function1 = function() { function 22 var function1 = function () { function
|
D | unusedFunctionsinNamespaces6.js | 3 var function1 = function() { function 24 var function1 = function () { function
|
D | unusedPrivateMethodInClass3.js | 3 private function1() { method in greeter 23 greeter.prototype.function1 = function () { method in greeter
|
D | unusedPrivateMethodInClass4.js | 3 private function1() { method in greeter 24 greeter.prototype.function1 = function () { method in greeter
|
D | switchWithConstrainedTypeVariable.js | 19 function function1(key) { function
|
/third_party/typescript/tests/cases/conformance/controlFlow/ |
D | switchWithConstrainedTypeVariable.ts | 5 function function1<T extends 'a' | 'b'>(key: T) { function
|
/third_party/typescript/tests/cases/compiler/ |
D | unusedLocalsInMethod1.ts | 5 public function1() { method in greeter
|
D | unusedFunctionsinNamespaces2.ts | 5 var function1 = function() { variable
|
D | unusedPrivateMethodInClass1.ts | 5 private function1() { method in greeter
|
D | unusedFunctionsinNamespaces3.ts | 5 var function1 = function(param1:string) { variable
|
D | unusedLocalsInMethod2.ts | 5 public function1() { method in greeter
|
D | unusedLocalsInMethod3.ts | 5 public function1() { method in greeter
|
D | unusedFunctionsinNamespaces1.ts | 5 function function1() { function
|
D | unusedPrivateMethodInClass2.ts | 5 private function1() { method in greeter
|