Home
last modified time | relevance | path

Searched refs:uint32Array (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/typedarrayrelease/
Dtypedarrayrelease.js25 let uint32Array = new Uint32Array(new ArrayBuffer(0x100)); variable
27 uint32Array.__proto__ = uint8Array;
30 uint32Array.slice(-60);
31 uint32Array.with(1, 20);
32 uint32Array.toSorted();
39 let uint32Array = new Uint32Array(new ArrayBuffer(0x100)); variable
40 uint32Array[62] = 0x8fffffff;
41 uint32Array[63] = 0x8fffffff;
43 uint32Array.__proto__ = float32Array;
44 print(uint32Array.slice(-2));
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp102 JSHandle<JSTaggedValue> uint32Array( in CreateArrayList() local
105 arrayVal = uint32Array; in CreateArrayList()
211 JSHandle<JSTaggedValue> uint32Array; in HWTEST_F_L0() local
212 CreateArrayList(thread, uint32Array); in HWTEST_F_L0()
213 … JSHandle<JSTaggedValue> buffer(thread, TypedArrayHelper::ValidateTypedArray(thread, uint32Array)); in HWTEST_F_L0()
214 …JSTaggedValue result = JSHandle<JSTypedArray>::Cast(uint32Array)->GetViewedArrayBufferOrByteArray(… in HWTEST_F_L0()
398 JSHandle<JSTaggedValue> uint32Array; in HWTEST_F_L0() local
399 CreateArrayList(thread, uint32Array); in HWTEST_F_L0()
400 … JSHandle<JSTaggedValue> buffer(thread, TypedArrayHelper::ValidateTypedArray(thread, uint32Array)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/aottest/aot_type_test/uint32Array/
DBUILD.gn16 host_aot_test_action("uint32Array") {
/arkcompiler/ets_runtime/test/aottest/aot_type_test/
DBUILD.gn28 "uint32Array",