Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/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.js1121 const array6 = Array.from({ length: 5 }, (_, index) => index + 1); constant