Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp731 JSHandle<JSTypedArray> resJSInt8Array = JSHandle<JSTypedArray>::Cast(res); in TypedArrayTest1() local
733 JSHandle<JSTaggedValue> typedArrayName(thread, resJSInt8Array->GetTypedArrayName()); in TypedArrayTest1()
734 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TypedArrayTest1()
735 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest1()
736 uint32_t arrayLength = resJSInt8Array->GetArrayLength(); in TypedArrayTest1()
737 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest1()
738 …JSHandle<JSTaggedValue> viewedArrayBuffer(thread, resJSInt8Array->GetViewedArrayBufferOrByteArray(… in TypedArrayTest1()
770 JSHandle<JSTypedArray> resJSInt8Array = JSHandle<JSTypedArray>::Cast(res); in TypedArrayTest2() local
772 JSHandle<JSTaggedValue> typedArrayName(thread, resJSInt8Array->GetTypedArrayName()); in TypedArrayTest2()
773 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TypedArrayTest2()
[all …]