Searched defs:array4 (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/test/perform/array/ |
| D | array_includes_indexof_jsperf.js | 42 let array4 = new Array(); variable 48 for (let i = 0; i < array_size; i++) array4[i] = { ["obj" + i]: i }; variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayforeach/ |
| D | arrayforeach.js | 42 let array4 = new Array(1024); variable
|
| /arkcompiler/ets_runtime/test/moduletest/includesindexof/ |
| D | includesindexof.js | 34 let array4 = new Array(5); variable
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/ |
| D | sharedtypedarray.ts | 557 const array4 = new SendableInt32Array([1000, 2000, 3000, 4000, 5000]); constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | array_native_test.cpp | 45 ets_shortArray array4 = env_->NewShortArray(0); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/tests/ |
| D | snapshot_test.cpp | 339 auto array4 = reinterpret_cast<TaggedArray *>(lastRegion->GetBegin()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedarray/ |
| D | sharedarray.ts | 1479 const array4 = new SendableArray(1000, 2000, 3000, 4000, 5000); constant
|
| /arkcompiler/ets_runtime/test/moduletest/array/ |
| D | array.js | 1115 const array4 = new Array(5); constant 1737 let array4 = ["a", "b", undefined, "d"]; variable
|