| /third_party/typescript/tests/baselines/reference/ |
| D | constructorOverloads6.js | 22 var f4 = new Foo([f1,f2,f3]); variable 31 var f4 = new Foo([f1, f2, f3]); variable
|
| D | emitter.forAwait(target=es2018).js | 22 async function* f4() { generator 72 async function* f4() { generator
|
| D | instanceofOperatorWithRHSIsSubtypeOfFunction.js | 8 var f4: { new (): number }; variable 22 var f4; variable
|
| D | emitter.asyncGenerators.functionDeclarations.es2018.js | 15 async function * f4() { generator 44 async function* f4() { generator
|
| D | emitter.asyncGenerators.functionExpressions.es2018.js | 15 const f4 = async function * () { generator 44 const f4 = async function* () { generator
|
| D | constructorOverloads1.js | 18 var f4 = new Foo([f1,f2,f3]); variable 35 var f4 = new Foo([f1, f2, f3]); variable
|
| D | recursiveFunctionTypes.js | 25 var f4: () => typeof f4; variable 65 var f4; variable
|
| D | constructorOverloads3.js | 20 var f4 = new Foo([f1,f2,f3]); variable 53 var f4 = new Foo([f1, f2, f3]); variable
|
| D | constructorOverloads2.js | 23 var f4 = new Foo([f1,f2,f3]); variable 61 var f4 = new Foo([f1, f2, f3]); variable
|
| D | collisionRestParameterClassMethod.js | 11 public f4(_i: any, ...rest) { // error method in c1 55 c1.prototype.f4 = function (_i) { method in c1
|
| D | functionWithMultipleReturnStatements.js | 32 function f4() { function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | privacyInterface.ts | 35 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
|
| D | requiredInitializedParameter1.ts | 4 function f4(a, b = 0, ...c) { } function
|
| D | noImplicitAnyFunctions.ts | 10 function f4(x: any) { function
|
| /third_party/typescript/tests/cases/conformance/types/union/ |
| D | unionTypeCallSignatures6.ts | 33 f4: F3 | F5; variable 54 declare var f4: F6 | F7; variable
|
| /third_party/typescript/tests/cases/conformance/expressions/binaryOperators/instanceofOperator/ |
| D | instanceofOperatorWithRHSIsSubtypeOfFunction.ts | 7 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/ |
| D | returns_for_undefined_1.ts | 25 function f4(): undefined {}; function
|
| /third_party/typescript/tests/cases/projects/privacyCheck-ImportInParent/ |
| D | test.ts | 54 function f4() { function 74 function f4() { function
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | spline.inl | 23 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/ |
| D | readonlyRestParameters.ts | 27 function f4(...args: readonly string[]) { function
|
| /third_party/typescript/tests/cases/conformance/controlFlow/ |
| D | controlFlowParameter.ts | 29 function f4( function
|
| /third_party/typescript/tests/cases/conformance/jsdoc/ |
| D | jsdocSignatureOnReturnedFunction.ts | 38 function f4() { function
|
| /third_party/typescript/tests/cases/conformance/es6/destructuring/ |
| D | missingAndExcessProperties.ts | 27 function f4() { function
|
| /third_party/typescript/tests/cases/conformance/types/localTypes/ |
| D | localTypes4.ts | 26 function f4() { function
|
| /third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeLiterals/ |
| D | functionLiteralForOverloads.ts | 18 var f4: { variable
|