Lines Matching refs:resJSInt8Array
731 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()
774 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest2()
775 uint32_t arrayLength = resJSInt8Array->GetArrayLength(); in TypedArrayTest2()
776 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest2()
777 … JSHandle<JSTaggedValue> byteArray(thread, resJSInt8Array->GetViewedArrayBufferOrByteArray()); in TypedArrayTest2()