Searched defs:uint32Array (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/test/moduletest/typedarrayrelease/ |
| D | typedarrayrelease.js | 25 let uint32Array = new Uint32Array(new ArrayBuffer(0x100)); variable 39 let uint32Array = new Uint32Array(new ArrayBuffer(0x100)); variable
|
| /arkcompiler/ets_runtime/test/moduletest/typedarrayreverse/ |
| D | typedarrayreverse.js | 47 let uint32Array = new Uint32Array([4000000000, 1000000, 255, 0, 500000000]); variable
|
| /arkcompiler/ets_runtime/test/moduletest/typedarraysort/ |
| D | typedarraysort.js | 85 let uint32Array = new Uint32Array([4000000000, 1000000, 255, 0, 500000000]); variable
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | typed_array_helper_test.cpp | 102 JSHandle<JSTaggedValue> uint32Array( in CreateArrayList() local 211 JSHandle<JSTaggedValue> uint32Array; in HWTEST_F_L0() local 398 JSHandle<JSTaggedValue> uint32Array; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayfrom/ |
| D | arrayfrom.js | 364 let uint32Array = new Uint32Array([1, 2, 3, 4, 5, 6]); variable
|
| /arkcompiler/ets_runtime/test/moduletest/typearray/ |
| D | typearray.js | 1581 let uint32Array = new Uint32Array([2354.44, -2147483648, 12.6, -5893, 4294967295, 4394967295]); variable
|