Home
last modified time | relevance | path

Searched defs:f9 (Results 1 – 25 of 75) sorted by relevance

123

/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DstringLiteralTypeIsSubtypeOfString.ts38 function f9(x: 'a'); function
40 function f9(x: any) { } function
/third_party/typescript/tests/cases/conformance/controlFlow/
DcontrolFlowTruthiness.ts90 function f9<T extends object>(x: T) { function
/third_party/typescript/tests/baselines/reference/
DcontrolFlowJavascript.js77 function f9() { function
DcontrolFlowNoImplicitAny.js101 function f9() { function
DdisallowLineTerminatorBeforeArrow.js18 var f9 = (a: number): number variable
110 var f9 = function (a) { return a; }; function
DfunctionWithMultipleReturnStatements2.js59 function f9() { function
/third_party/typescript/tests/cases/compiler/
DreachabilityChecks6.ts96 function f9(x) { function
DreachabilityChecks5.ts96 function f9(x): number { function
DnoImplicitAnyParametersInBareFunctions.ts30 var f9 = () => ""; variable
DnoImplicitAnyParametersInInterface.ts36 f9: () => string; property
DcontrolFlowJavascript.ts80 function f9() { function
DtryCatchFinallyControlFlow.ts126 function f9() { function
DcontrolFlowArrays.ts86 function f9() { function
DcontrolFlowNoImplicitAny.ts103 function f9() { function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/bestCommonType/
DfunctionWithMultipleReturnStatements2.ts60 function f9() { function
/third_party/typescript/tests/cases/conformance/parser/ecmascript2018/forAwait/
Dparser.forAwait.es2018.ts41 async function* f9() { generator
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdeclarationsAndAssignments.ts66 function f9() { function
/third_party/libffi/testsuite/libffi.call/
Dmany.c14 …, float f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9, float f10, float… in many()
Dmany_double.c22 double f9, in many()
/third_party/typescript/tests/cases/conformance/functions/
DfunctionImplementationErrors.ts55 var f9 = function () { variable
/third_party/typescript/tests/cases/conformance/async/es2017/
DasyncAwaitIsolatedModules_es2017.ts18 let f9 = async (): MyPromise<void> => { }; variable
/third_party/typescript/tests/cases/conformance/es6/arrowFunction/
DdisallowLineTerminatorBeforeArrow.ts17 var f9 = (a: number): number variable
/third_party/typescript/tests/cases/conformance/async/es5/
DasyncAwaitIsolatedModules_es5.ts19 let f9 = async (): MyPromise<void> => { }; variable
/third_party/typescript/tests/cases/conformance/async/es6/
DasyncAwaitIsolatedModules_es6.ts18 let f9 = async (): MyPromise<void> => { }; variable
/third_party/typescript/tests/cases/conformance/parser/ecmascript2018/asyncGenerators/
Dparser.asyncGenerators.functionDeclarations.es2018.ts31 async function * f9() { generator

123