Home
last modified time | relevance | path

Searched defs:f15 (Results 1 – 25 of 44) sorted by relevance

12

/third_party/typescript/tests/cases/conformance/salsa/
DinferingFromAny.ts22 declare function f15<T>(x: I<T>): T; function
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitDestructuringObjectLiteralPattern2.ts5 function f15() { function
DdeclarationEmitDestructuringObjectLiteralPattern.ts13 function f15() { function
DcontrolFlowArrays.ts149 function f15() { function
DfunctionsMissingReturnStatementsAndExpressions.ts74 function f15(): number { function
/third_party/typescript/tests/baselines/reference/
DdisallowLineTerminatorBeforeArrow.js45 var f15 = (a: number): number /* */ => a variable
123 var f15 = function (a) { return a; }; function
DdeclarationEmitDestructuringObjectLiteralPattern2.js4 function f15() { function
DcontrolFlowArrays.js147 function f15() { function
DnumericLiteralTypes1.js111 function f15(x: 0 | false, y: 1 | "one") { function
DnumericLiteralTypes2.js111 function f15(x: 0 | false, y: 1 | "one") { function
DfunctionsMissingReturnStatementsAndExpressions.js187 function f15() { function
DstrictBindCallApply1.js45 let f15 = c.overloaded.bind(c); // typeof C.prototype.overloaded variable
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdeclarationsAndAssignments.ts112 function f15() { function
/third_party/typescript/tests/cases/conformance/functions/
DstrictBindCallApply1.ts46 let f15 = c.overloaded.bind(c); // typeof C.prototype.overloaded variable
/third_party/typescript/tests/cases/conformance/types/literal/
DnumericLiteralTypes1.ts110 function f15(x: 0 | false, y: 1 | "one") { function
DnumericLiteralTypes2.ts112 function f15(x: 0 | false, y: 1 | "one") { function
/third_party/typescript/tests/cases/conformance/es6/arrowFunction/
DdisallowLineTerminatorBeforeArrow.ts44 var f15 = (a: number): number /* */ => a variable
/third_party/typescript/tests/cases/conformance/parser/ecmascript2018/asyncGenerators/
Dparser.asyncGenerators.functionDeclarations.es2018.ts59 async function * f15() { generator
Dparser.asyncGenerators.functionExpressions.es2018.ts59 const f15 = async function * () { constant
/third_party/typescript/tests/cases/conformance/types/union/
DdiscriminatedUnionTypes2.ts40 function f15(x: Result<number>) { function
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters1.ts82 declare function f15(a: string, b: number): string | number; function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypesOfTypeParameterWithConstraints2.ts111 function f15<T extends C2<number>>(x: T) { function
DstringLiteralTypeIsSubtypeOfString.ts94 function f15<T, U extends T>(x: 'a'); function
/third_party/typescript/tests/cases/conformance/types/typeAliases/
DtypeAliases.ts70 declare function f15(a: string): boolean; function
/third_party/typescript/tests/cases/conformance/expressions/objectLiterals/
DobjectLiteralErrors.ts39 var f15 = { "100": 0, get 1e2() { return 0; } }; variable

12