Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypedArrays-es6.ts97 const uint32Array = new Uint32Array(1);
98 AssertType(uint32Array, "Uint32Array");
103 [...uint32Array];
104 AssertType([...uint32Array], "number[]");
105 AssertType(...uint32Array, "number");
106 AssertType(uint32Array, "Uint32Array");
/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",
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp226 …JSHandle<JSTaggedValue> uint32Array(thread, TypedArrayHelper::TypedArrayConstructor(argv, construc… in HWTEST_F_L0() local
229 … JSHandle<JSTaggedValue> buffer(thread, TypedArrayHelper::ValidateTypedArray(thread, uint32Array)); in HWTEST_F_L0()
230 …JSTaggedValue result = JSHandle<JSTypedArray>::Cast(uint32Array)->GetViewedArrayBufferOrByteArray(… in HWTEST_F_L0()
419 …JSHandle<JSTaggedValue> uint32Array(thread, TypedArrayHelper::TypedArrayConstructor(argv, construc… in HWTEST_F_L0() local
422 … JSHandle<JSTaggedValue> buffer(thread, TypedArrayHelper::ValidateTypedArray(thread, uint32Array)); in HWTEST_F_L0()