Home
last modified time | relevance | path

Searched defs:fn1 (Results 1 – 25 of 106) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
DgenericRestTypes.js16 const fn1: (x: string, ...rest: T) => void = (x, ..._) => x; function
34 var fn1 = function (x) { function
44 var fn1 = function (cb) { }; function
48 var fn1 = function (x) { function
DfunctionNameConflicts.js6 function fn1() { } function
7 var fn1; variable
35 function fn1() { } function
DcontextSensitiveReturnTypeInference.js19 fn1: function() { return deps.foo }, method
27 fn1: function() { return deps.foo }, method
53 fn1() { return deps.foo }, method
DconditionalTypesSimplifyWhenTrivial.js2 const fn1 = <Params>( constant
70 var fn1 = function (params) { return params; }; function
DoverloadResolutionClassConstructors.js19 class fn1 { class
147 var fn1 = /** @class */ (function () { function
148 function fn1() { function
DcircularOptionalityRemoval.js3 function fn1(x: number | undefined = x > 0 ? x : 0) { } function
DfunctionOverloadErrors.js4 function fn1() { } function
148 function fn1() { } function
DimplicitAnyDeclareFunctionWithoutFormalType2.js3 function fn1() { function
/third_party/typescript/tests/cases/compiler/
DgenericRestTypes.ts17 const fn1: (x: string, ...rest: T) => void = (x, ..._) => x; constant
22 const fn1: (cb: (x: string, ...rest: T) => void) => void = (cb) => {}; constant
27 const fn1: (x: string, ...rest: T) => void = (x, ..._) => x; constant
DcircularOptionalityRemoval.ts4 function fn1(x: number | undefined = x > 0 ? x : 0) { } function
DparameterDestructuringObjectLiteral.ts5 const fn1 = (options: { headers?: {} }) => { }; constant
DimplicitAnyDeclareFunctionWithoutFormalType2.ts4 function fn1() { function
DasyncAwaitWithCapturedBlockScopeVar.ts4 async function fn1() { function
/third_party/node/test/fixtures/apilinks/
Dexports.js8 exports.fn1 = function fn1() {}; function
/third_party/node/test/parallel/
Dtest-events-static-geteventlisteners.js15 const fn1 = common.mustNotCall(); constant
28 const fn1 = common.mustNotCall(); constant
Dtest-util-deprecate.js24 const fn1 = util.deprecate(() => {}, msg); constant
36 const fn1 = util.deprecate(() => {}, msg, code); constant
/third_party/typescript/tests/cases/conformance/functions/
DfunctionNameConflicts.ts5 function fn1() { } function
6 var fn1; variable
DfunctionOverloadErrors.ts2 function fn1(x = 3); function
75 export function fn1(); function
/third_party/boost/boost/coroutine2/detail/
Dwrap.hpp33 wrapper( Fn1 && fn1, Fn2 && fn2) : in wrapper()
55 wrap( Fn1 && fn1, Fn2 && fn2) { in wrap()
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/logicalOrOperator/
DlogicalOrOperatorWithTypeParameters.ts1 function fn1<T, U>(t: T, u: U) { function
/third_party/typescript/tests/cases/conformance/expressions/assignmentOperator/
DassignmentLHSIsReference.ts7 function fn1(x2: number) { function
DcompoundAssignmentLHSIsReference.ts8 function fn1(x2: number) { function
/third_party/typescript/tests/cases/conformance/es7/exponentiationOperator/
DcompoundExponentiationAssignmentLHSIsReference.ts7 function fn1(x2: number) { function
/third_party/typescript/tests/cases/conformance/types/contextualTypes/asyncFunctions/
DcontextuallyTypeAsyncFunctionAwaitOperand.ts7 async function fn1(): Promise<Obj> { function
DcontextuallyTypeAsyncFunctionReturnType.ts7 async function fn1(): Promise<Obj> { function

12345