Searched refs:uint32Array (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | typedArrays-es6.ts | 97 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/ |
| D | BUILD.gn | 16 host_aot_test_action("uint32Array") {
|
| /arkcompiler/ets_runtime/test/aottest/aot_type_test/ |
| D | BUILD.gn | 28 "uint32Array",
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | typed_array_helper_test.cpp | 226 …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()
|