Home
last modified time | relevance | path

Searched defs:array5 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test.cpp50 ets_intArray array5 = env_->NewIntArray(0); in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js1118 const array5 = Array.from({ length: 5 }, (_, index) => index + 1); constant