Home
last modified time | relevance | path

Searched defs:func7 (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DoptionalParameterInDestructuringWithInitializer.ts36 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/
DoptionalParameterInDestructuringWithInitializer.js36 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/
Dfunction-name.js85 var func7; variable