Home
last modified time | relevance | path

Searched defs:func5 (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/methodSignatures/
DmethodSignaturesWithOverloads.ts6 func5?: { variable
15 func5?: { variable
DmethodSignaturesWithOverloads2.ts6 func5?: { variable
20 func5?: { variable
DfunctionLiterals.ts20 func5: { variable
48 func5: { variable
/third_party/jerryscript/tests/jerry/es2015/
Dfunction-name.js77 var func5; variable
78 func5 = function bar () {} function
158 static get func5() {} getter in A
220 static get func5() {} getter in B
/third_party/typescript/tests/cases/compiler/
DoptionalParameterInDestructuringWithInitializer.ts26 function func5({a: {b, c = 4}, d}: {a: {b: number,c?: number},d: number} = {a: {b: 1,c: 2},d: 3} ) { function
/third_party/typescript/tests/baselines/reference/
DoptionalParameterInDestructuringWithInitializer.js26 function func5({a: {b, c = 4}, d}: {a: {b: number,c?: number},d: number} = {a: {b: 1,c: 2},d: 3} ) { function