Searched defs:func5 (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/methodSignatures/ |
D | methodSignaturesWithOverloads.ts | 6 func5?: { variable 15 func5?: { variable
|
D | methodSignaturesWithOverloads2.ts | 6 func5?: { variable 20 func5?: { variable
|
D | functionLiterals.ts | 20 func5: { variable 48 func5: { variable
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | function-name.js | 77 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/ |
D | optionalParameterInDestructuringWithInitializer.ts | 26 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/ |
D | optionalParameterInDestructuringWithInitializer.js | 26 function func5({a: {b, c = 4}, d}: {a: {b: number,c?: number},d: number} = {a: {b: 1,c: 2},d: 3} ) { function
|