Searched defs:func7 (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/tests/cases/compiler/ |
| D | optionalParameterInDestructuringWithInitializer.ts | 36 function func7( {a: {b, c = 6} = {b: 4, c: 5}, d}: {a: {b: number, c?: number}, d: number} = {a: {b… function
|
| /third_party/typescript/tests/baselines/reference/ |
| D | optionalParameterInDestructuringWithInitializer.js | 36 function func7( {a: {b, c = 6} = {b: 4, c: 5}, d}: {a: {b: number, c?: number}, d: number} = {a: {b… function
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | function-name.js | 85 var func7; variable
|