Searched defs:func6 (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/tests/cases/compiler/ |
| D | optionalParameterInDestructuringWithInitializer.ts | 31 function func6( {a: {b, c} = {b: 4, c: 5}, d}: {a: {b: number, c?: number}, d: number} = {a: {b: 1,… function
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | function-name.js | 81 var func6; variable 159 static set func6(a) {} setter in A 221 static set func6(a) {} setter in B
|
| /third_party/typescript/tests/baselines/reference/ |
| D | optionalParameterInDestructuringWithInitializer.js | 31 function func6( {a: {b, c} = {b: 4, c: 5}, d}: {a: {b: number, c?: number}, d: number} = {a: {b: 1,… function
|