Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-func-param.ts20 function func4({ }: number, [a, b]: string[]) { } function
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DfunctionCall.ts37 function func4(a: number): number { function
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefine_info_test.js25 "func4": (n1) => { return n1 * n1 } method