Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/testcases/js/
Dclosure_scope.js26 function func4() { function
63 const func4 = func3(); constant
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-func-param.ts20 function func4({ }: number, [a, b]: string[]) { } function
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest-func-param.ts20 function func4({ }: number, [a, b]: string[]) { } function
/arkcompiler/runtime_core/compiler/tests/js/
DregallocTest.js56 function func4(x, y) { function
DstyleTryCatch.js54 function func4(x, y) { function
/arkcompiler/runtime_core/bytecode_optimizer/tests/js/
DcodegenTryCatch.js42 function func4(x, y) { function
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DfunctionCall.ts37 function func4(a: number): number { function
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DfunctionCall.ts37 function func4(a: number): number { function
/arkcompiler/ets_runtime/test/moduletest/stringreplace/
Dstringreplace.js75 function func4() { function
/arkcompiler/ets_runtime/test/aottest/calls/
Dcalls.ts124 function func4(value: number, value1: number, value2: number, value3: number): number { function
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefine_info_test.js26 'func4': (n1) => { return n1 * n1 }, method