Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/testcases/js/
Dclosure_scope.js26 function func4() { function
63 const func4 = func3(); constant
/arkcompiler/ets_runtime/test/aottest/builtins_decode_uri_component/
Dbuiltins_decode_uri_component.ts49 function func4() { function
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/18_variable_declaration_cases/
D02_let_declaration_01.ts62 function func4(): string { function
/arkcompiler/ets_runtime/test/aottest/forof_map_test/
Dforof_map_test.ts46 function func4() { function
/arkcompiler/ets_runtime/test/aottest/forof_set_test/
Dforof_set_test.ts46 function func4() { function
/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/ets_runtime/test/aottest/array_forof_test/
Darray_forof_test.ts44 function func4() { function
/arkcompiler/runtime_core/bytecode_optimizer/tests/js/
DcodegenTryCatch.js42 function func4(x, y) { function
/arkcompiler/runtime_core/compiler/tests/js/
DstyleTryCatch.js54 function func4(x, y) { function
DregallocTest.js56 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