Home
last modified time | relevance | path

Searched defs:array6 (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/array_ops/
Darray_get_length_test.cpp71 ani_array_long array6 = nullptr; in TEST_F() local
Dfixedarray_get_length_test.cpp71 ani_array_long array6 = nullptr; in TEST_F() local
Darray_new_ref_test.cpp193 ani_array_long array6 = nullptr; in TEST_F() local
Dfixedarray_new_ref_test.cpp203 ani_array_long array6 = nullptr; in TEST_F() local
/arkcompiler/toolchain/tooling/dynamic/test/testcases/js/
Dexport_variable_second.js29 export let array6 = ['orange', 'Grape'] variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test.cpp55 ets_longArray array6 = env_->NewLongArray(0); in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1145 const array6 = Array.from({ length: 5 }, (_, index) => index + 1); constant