Home
last modified time | relevance | path

Searched defs:f4 (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/third_party/typescript/tests/baselines/reference/
DconstructorOverloads6.js22 var f4 = new Foo([f1,f2,f3]); variable
31 var f4 = new Foo([f1, f2, f3]); variable
Demitter.forAwait(target=es2018).js22 async function* f4() { generator
72 async function* f4() { generator
DinstanceofOperatorWithRHSIsSubtypeOfFunction.js8 var f4: { new (): number }; variable
22 var f4; variable
Demitter.asyncGenerators.functionDeclarations.es2018.js15 async function * f4() { generator
44 async function* f4() { generator
Demitter.asyncGenerators.functionExpressions.es2018.js15 const f4 = async function * () { generator
44 const f4 = async function* () { generator
DconstructorOverloads1.js18 var f4 = new Foo([f1,f2,f3]); variable
35 var f4 = new Foo([f1, f2, f3]); variable
DrecursiveFunctionTypes.js25 var f4: () => typeof f4; variable
65 var f4; variable
DconstructorOverloads3.js20 var f4 = new Foo([f1,f2,f3]); variable
53 var f4 = new Foo([f1, f2, f3]); variable
DconstructorOverloads2.js23 var f4 = new Foo([f1,f2,f3]); variable
61 var f4 = new Foo([f1, f2, f3]); variable
DcollisionRestParameterClassMethod.js11 public f4(_i: any, ...rest) { // error method in c1
55 c1.prototype.f4 = function (_i) { method in c1
DfunctionWithMultipleReturnStatements.js32 function f4() { function
/third_party/typescript/tests/cases/compiler/
DprivacyInterface.ts35 f4(): C2_private; method
62 f4(): C2_private; method
101 f4(): C2_private; method
128 f4(): C2_private; method
165 f4(): C6_private; method
192 f4(): C6_private; method
DrequiredInitializedParameter1.ts4 function f4(a, b = 0, ...c) { } function
DnoImplicitAnyFunctions.ts10 function f4(x: any) { function
/third_party/typescript/tests/cases/conformance/types/union/
DunionTypeCallSignatures6.ts33 f4: F3 | F5; variable
54 declare var f4: F6 | F7; variable
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/instanceofOperator/
DinstanceofOperatorWithRHSIsSubtypeOfFunction.ts7 var f4: { new (): number }; variable
12 var r4 = x instanceof f4; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.1/returns_for_undefined/
Dreturns_for_undefined_1.ts25 function f4(): undefined {}; function
/third_party/typescript/tests/cases/projects/privacyCheck-ImportInParent/
Dtest.ts54 function f4() { function
74 function f4() { function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dspline.inl23 typename genType::value_type f4 = s3 - s2; local
46 typename genType::value_type f4 = s3 - s2; local
/third_party/typescript/tests/cases/conformance/es6/restParameters/
DreadonlyRestParameters.ts27 function f4(...args: readonly string[]) { function
/third_party/typescript/tests/cases/conformance/controlFlow/
DcontrolFlowParameter.ts29 function f4( function
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocSignatureOnReturnedFunction.ts38 function f4() { function
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DmissingAndExcessProperties.ts27 function f4() { function
/third_party/typescript/tests/cases/conformance/types/localTypes/
DlocalTypes4.ts26 function f4() { function
/third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeLiterals/
DfunctionLiteralForOverloads.ts18 var f4: { variable

12345678910>>...16