Home
last modified time | relevance | path

Searched refs:resJSInt8Array (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp638 JSHandle<JSTypedArray> resJSInt8Array = JSHandle<JSTypedArray>::Cast(res); in TypedArrayTest1() local
640 JSHandle<JSTaggedValue> typedArrayName(thread, resJSInt8Array->GetTypedArrayName()); in TypedArrayTest1()
641 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TypedArrayTest1()
642 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest1()
643 uint32_t arrayLength = resJSInt8Array->GetArrayLength(); in TypedArrayTest1()
644 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest1()
645 …JSHandle<JSTaggedValue> viewedArrayBuffer(thread, resJSInt8Array->GetViewedArrayBufferOrByteArray(… in TypedArrayTest1()
677 JSHandle<JSTypedArray> resJSInt8Array = JSHandle<JSTypedArray>::Cast(res); in TypedArrayTest2() local
679 JSHandle<JSTaggedValue> typedArrayName(thread, resJSInt8Array->GetTypedArrayName()); in TypedArrayTest2()
680 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TypedArrayTest2()
[all …]
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp595 JSHandle<JSTypedArray> resJSInt8Array = JSHandle<JSTypedArray>::Cast(res); in TypedArrayTest1() local
597 JSHandle<JSTaggedValue> typedArrayName(thread, resJSInt8Array->GetTypedArrayName()); in TypedArrayTest1()
598 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TypedArrayTest1()
599 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest1()
600 uint32_t arrayLength = resJSInt8Array->GetArrayLength(); in TypedArrayTest1()
601 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest1()
602 …JSHandle<JSTaggedValue> viewedArrayBuffer(thread, resJSInt8Array->GetViewedArrayBufferOrByteArray(… in TypedArrayTest1()
634 JSHandle<JSTypedArray> resJSInt8Array = JSHandle<JSTypedArray>::Cast(res); in TypedArrayTest2() local
636 JSHandle<JSTaggedValue> typedArrayName(thread, resJSInt8Array->GetTypedArrayName()); in TypedArrayTest2()
637 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TypedArrayTest2()
[all …]