/third_party/typescript/tests/baselines/reference/ |
D | genericRestTypes.js | 16 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
|
D | functionNameConflicts.js | 6 function fn1() { } function 7 var fn1; variable 35 function fn1() { } function
|
D | contextSensitiveReturnTypeInference.js | 19 fn1: function() { return deps.foo }, method 27 fn1: function() { return deps.foo }, method 53 fn1() { return deps.foo }, method
|
D | conditionalTypesSimplifyWhenTrivial.js | 2 const fn1 = <Params>( constant 70 var fn1 = function (params) { return params; }; function
|
D | overloadResolutionClassConstructors.js | 19 class fn1 { class 147 var fn1 = /** @class */ (function () { function 148 function fn1() { function
|
D | circularOptionalityRemoval.js | 3 function fn1(x: number | undefined = x > 0 ? x : 0) { } function
|
D | functionOverloadErrors.js | 4 function fn1() { } function 148 function fn1() { } function
|
D | implicitAnyDeclareFunctionWithoutFormalType2.js | 3 function fn1() { function
|
/third_party/typescript/tests/cases/compiler/ |
D | genericRestTypes.ts | 17 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
|
D | circularOptionalityRemoval.ts | 4 function fn1(x: number | undefined = x > 0 ? x : 0) { } function
|
D | parameterDestructuringObjectLiteral.ts | 5 const fn1 = (options: { headers?: {} }) => { }; constant
|
D | implicitAnyDeclareFunctionWithoutFormalType2.ts | 4 function fn1() { function
|
D | asyncAwaitWithCapturedBlockScopeVar.ts | 4 async function fn1() { function
|
/third_party/node/test/fixtures/apilinks/ |
D | exports.js | 8 exports.fn1 = function fn1() {}; function
|
/third_party/node/test/parallel/ |
D | test-events-static-geteventlisteners.js | 15 const fn1 = common.mustNotCall(); constant 28 const fn1 = common.mustNotCall(); constant
|
D | test-util-deprecate.js | 24 const fn1 = util.deprecate(() => {}, msg); constant 36 const fn1 = util.deprecate(() => {}, msg, code); constant
|
/third_party/typescript/tests/cases/conformance/functions/ |
D | functionNameConflicts.ts | 5 function fn1() { } function 6 var fn1; variable
|
D | functionOverloadErrors.ts | 2 function fn1(x = 3); function 75 export function fn1(); function
|
/third_party/boost/boost/coroutine2/detail/ |
D | wrap.hpp | 33 wrapper( Fn1 && fn1, Fn2 && fn2) : in wrapper() 55 wrap( Fn1 && fn1, Fn2 && fn2) { in wrap()
|
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/logicalOrOperator/ |
D | logicalOrOperatorWithTypeParameters.ts | 1 function fn1<T, U>(t: T, u: U) { function
|
/third_party/typescript/tests/cases/conformance/expressions/assignmentOperator/ |
D | assignmentLHSIsReference.ts | 7 function fn1(x2: number) { function
|
D | compoundAssignmentLHSIsReference.ts | 8 function fn1(x2: number) { function
|
/third_party/typescript/tests/cases/conformance/es7/exponentiationOperator/ |
D | compoundExponentiationAssignmentLHSIsReference.ts | 7 function fn1(x2: number) { function
|
/third_party/typescript/tests/cases/conformance/types/contextualTypes/asyncFunctions/ |
D | contextuallyTypeAsyncFunctionAwaitOperand.ts | 7 async function fn1(): Promise<Obj> { function
|
D | contextuallyTypeAsyncFunctionReturnType.ts | 7 async function fn1(): Promise<Obj> { function
|