/third_party/typescript/tests/baselines/reference/ |
D | emitter.forAwait(target=es2018).js | 37 async function* f6() { generator 87 async function* f6() { generator
|
D | emitter.asyncGenerators.functionDeclarations.es2018.js | 23 async function * f6() { generator 52 async function* f6() { generator
|
D | emitter.asyncGenerators.functionExpressions.es2018.js | 23 const f6 = async function * () { generator 52 const f6 = async function* () { generator
|
D | contextualTypingTwoInstancesOfSameTypeParameter.js | 8 function f6(x) { function
|
D | noImplicitAnyFunctions.js | 19 function f6(x: string, y) { function
|
D | controlFlowArrayErrors.js | 38 function f6() { function
|
/third_party/typescript/tests/cases/compiler/ |
D | recursiveGenericSignatureInstantiation.ts | 1 function f6<T>(x: T) { function
|
D | contextualTypingTwoInstancesOfSameTypeParameter.ts | 1 function f6<T>(x: (a: T) => T) { function
|
D | noImplicitAnyFunctions.ts | 18 function f6(x: string, y: number); function
|
D | declFileRestParametersOfFunctionAndFunctionType.ts | 8 var f6 = () => { return [<any>10]; } variable
|
D | noImplicitThisFunctions.ts | 22 let f6 = function() { return () => this; }; variable
|
D | duplicateIdentifierBindingElementInParameterDeclaration1.ts | 9 function f6([f, ...f]) { } function
|
D | duplicateIdentifierBindingElementInParameterDeclaration2.ts | 10 function f6([f, ...f]) { } function
|
D | unusedParametersWithUnderscore.ts | 20 function f6(arg?, _arg?) { function
|
D | implicitConstParameters.ts | 52 function f6(x: string | undefined) { function
|
D | controlFlowArrayErrors.ts | 39 function f6() { function
|
D | defaultArgsInFunctionExpressions.ts | 28 var f6 = (t = T) => { }; variable
|
/third_party/typescript/tests/cases/conformance/types/spread/ |
D | spreadTypeVariable.ts | 21 function f6<T>(arg: T) { function
|
/third_party/typescript/tests/cases/conformance/controlFlow/ |
D | controlFlowDestructuringDeclaration.ts | 46 function f6() { function
|
D | controlFlowIIFE.ts | 70 function f6() { function
|
D | controlFlowTruthiness.ts | 59 function f6() { function
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/bestCommonType/ |
D | functionWithMultipleReturnStatements.ts | 50 function f6<T, U>(x: T, y:U) { function
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | literalTypes3.ts | 42 function f6(x: number, y: 1 | 2) { function
|
/third_party/typescript/tests/cases/conformance/types/union/ |
D | unionTypeCallSignatures3.ts | 6 function f6(s?: string, ...n: number[]) { } function
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | try-catch.js | 99 function f6() function
|