Lines Matching refs:resJSInt8Array
595 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()
638 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest2()
639 uint32_t arrayLength = resJSInt8Array->GetArrayLength(); in TypedArrayTest2()
640 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest2()
641 … JSHandle<JSTaggedValue> byteArray(thread, resJSInt8Array->GetViewedArrayBufferOrByteArray()); in TypedArrayTest2()