| /third_party/typescript/tests/baselines/reference/ |
| H A D | controlFlowArrays.js | 122 function f12() { function
|
| H A D | destructuringWithLiteralInitializers2.js | 9 function f12([x = 0, y] = [1]) {} function
|
| H A D | disallowLineTerminatorBeforeArrow.js | 113 var f12 = function (a) { return a; };
function
|
| H A D | numericLiteralTypes1.js | 88 function f12(x: Tag) { function
|
| H A D | numericLiteralTypes2.js | 88 function f12(x: Tag) { function
|
| H A D | functionImplementations.js | 334 var f12 = function (x) {
function
|
| H A D | subtypesOfTypeParameterWithConstraints2.js | 249 function f12(x) {
function
|
| H A D | tryCatchFinallyControlFlow.js | 190 function f12() { function
|
| H A D | contextuallyTypedParametersWithInitializers.js | 99 var f12 = id2(function (_a) {
variable
|
| H A D | mappedTypeErrors.js | 182 function f12() {
function
|
| H A D | neverReturningFunctions1.js | 308 function f12(x, fail) {
function
|
| H A D | functionsMissingReturnStatementsAndExpressions.js | 173 function f12() {
function
|
| H A D | variadicTuples1.js | 509 function f12(t, m, r) {
function
|
| H A D | strictBindCallApply1.js | 129 var f12 = c.foo.bind(c, 10, "hello");
variable
|
| H A D | asyncAwaitIsolatedModules_es5.js | 127 var f12 = function () { return __awaiter(void 0, void 0, void 0, function () { return __generator(this, function (_a) {
function
|
| H A D | asyncAwait_es5.js | 132 var f12 = function () { return __awaiter(_this, void 0, void 0, function () { return __generator(this, function (_a) {
function
|
| H A D | controlFlowAliasing.js | 21 function f12(x: string | number | boolean) { function
|
| H A D | controlFlowOptionalChain.js | 207 function f12(o: Thing | undefined, value: number | undefined) { function
|
| H A D | dependentDestructuredVariables.js | 25 function f12({ kind, payload }: Action) { function
|
| H A D | mappedTypeRelationships.js | 226 function f12(x, y, k) {
function
|
| H A D | inKeywordTypeguard(strict=false).js | 292 function f12(x: { a: string }) { function
|
| H A D | inKeywordTypeguard(strict=true).js | 292 function f12(x: { a: string }) { function
|
| H A D | instantiationExpressions.js | 46 function f12(f: { <T>(a: T): T, x: string }) { function
|
| H A D | unknownControlFlow.js | 490 function f12(x) {
function
|
| H A D | declarationsAndAssignments.js | 87 function f12() { function
|