Home
last modified time | relevance | path

Searched defs:f5 (Results 1 – 25 of 224) sorted by relevance

123456789

/third_party/typescript/tests/baselines/reference/
Demitter.asyncGenerators.functionExpressions.es2018.js19 const f5 = async function * () { generator
48 const f5 = async function* () { generator
Demitter.asyncGenerators.functionDeclarations.es2018.js19 async function * f5() { generator
48 async function* f5() { generator
DdestructuringVariableDeclaration1ES6.js34 var {f: [f1, f2, { f3: f4, f5 }, , ]} = { f: [1, 2, { f3: 4, f5: 0 }] }; field
72 var { f: [f1, f2, { f3: f4, f5 }, ,] } = { f: [1, 2, { f3: 4, f5: 0 }] }; property
DdestructuringVariableDeclaration1ES5.js34 var {f: [f1, f2, { f3: f4, f5 }, , ]} = { f: [1, 2, { f3: 4, f5: 0 }] }; field
77 var _s = { f: [1, 2, { f3: 4, f5: 0 }] }.f, f1 = _s[0], f2 = _s[1], _t = _s[2], f4 = _t.f3, f5 = _t… property
DfunctionWithMultipleReturnStatements.js44 function f5() { function
DdestructuringVariableDeclaration1ES5iterable.js34 var {f: [f1, f2, { f3: f4, f5 }, , ]} = { f: [1, 2, { f3: 4, f5: 0 }] }; property
93 var _w = __read({ f: [1, 2, { f3: 4, f5: 0 }] }.f, 4), f1 = _w[0], f2 = _w[1], _x = _w[2], f4 = _x.… variable
DliteralFreshnessPropagationOnNarrowing.js55 function f5() { function
DnoImplicitAnyFunctions.js29 function f5(x) { function
/third_party/typescript/tests/cases/compiler/
DnoImplicitAnyFunctions.ts14 function f5(x: any): any { function
DnoImplicitAnyDestructuringParameterDeclaration.ts10 function f5([a1] = [undefined], {b1} = { b1: null }, c1 = undefined, d1 = null) { // error function
DfunctionReturn.ts13 function f5(): string { function
DdeclFileRestParametersOfFunctionAndFunctionType.ts7 function f5<T extends { (...args): void }>() { } function
DcollisionRestParameterFunction.ts29 declare function f5(_i: number, ...rest); // no codegen no error function
DliteralFreshnessPropagationOnNarrowing.ts54 function f5() { function
DnoImplicitThisFunctions.ts20 let f5 = () => () => this; variable
DduplicateIdentifierBindingElementInParameterDeclaration1.ts8 function f5({e, e: {e}}, {e}, [d,e, [[e]]], ...e) { } function
DunusedParametersWithUnderscore.ts17 function f5(..._arg) { function
DduplicateIdentifierBindingElementInParameterDeclaration2.ts9 function f5({e, e: {e}}, {e}, [d, e, [[e]]], ...e) { } function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/comparable/
DequalityStrictNulls.ts70 function f5(x: string) { function
/third_party/typescript/tests/cases/conformance/types/spread/
DspreadTypeVariable.ts17 function f5<T extends string[] | { [key: string]: any }>(arg: T) { function
/third_party/typescript/tests/cases/conformance/controlFlow/
DcontrolFlowDestructuringDeclaration.ts37 function f5() { function
DcontrolFlowIIFE.ts61 function f5() { function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/bestCommonType/
DfunctionWithMultipleReturnStatements.ts45 function f5() { function
/third_party/typescript/tests/cases/conformance/types/literal/
DliteralTypes3.ts36 function f5(x: number, y: 1 | 2) { function
/third_party/typescript/tests/cases/conformance/types/union/
DunionTypeCallSignatures3.ts5 function f5(s?: string, n?: number) { } function

123456789