Home
last modified time | relevance | path

Searched defs:uint32Array (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/typedarrayrelease/
Dtypedarrayrelease.js25 let uint32Array = new Uint32Array(new ArrayBuffer(0x100)); variable
39 let uint32Array = new Uint32Array(new ArrayBuffer(0x100)); variable
/arkcompiler/ets_runtime/test/moduletest/typedarrayreverse/
Dtypedarrayreverse.js47 let uint32Array = new Uint32Array([4000000000, 1000000, 255, 0, 500000000]); variable
/arkcompiler/ets_runtime/test/moduletest/typedarraysort/
Dtypedarraysort.js85 let uint32Array = new Uint32Array([4000000000, 1000000, 255, 0, 500000000]); variable
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp102 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/
Darrayfrom.js364 let uint32Array = new Uint32Array([1, 2, 3, 4, 5, 6]); variable
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js1581 let uint32Array = new Uint32Array([2354.44, -2147483648, 12.6, -5893, 4294967295, 4394967295]); variable