• Home
  • Raw
  • Download

Lines Matching refs:resJSInt8Array

618         JSHandle<JSTypedArray> resJSInt8Array = JSHandle<JSTypedArray>::Cast(res);  in TypedArrayTest1()  local
620 JSHandle<JSTaggedValue> typedArrayName(thread, resJSInt8Array->GetTypedArrayName()); in TypedArrayTest1()
621 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TypedArrayTest1()
622 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest1()
623 uint32_t arrayLength = resJSInt8Array->GetArrayLength(); in TypedArrayTest1()
624 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest1()
625 …JSHandle<JSTaggedValue> viewedArrayBuffer(thread, resJSInt8Array->GetViewedArrayBufferOrByteArray(… in TypedArrayTest1()
657 JSHandle<JSTypedArray> resJSInt8Array = JSHandle<JSTypedArray>::Cast(res); in TypedArrayTest2() local
659 JSHandle<JSTaggedValue> typedArrayName(thread, resJSInt8Array->GetTypedArrayName()); in TypedArrayTest2()
660 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TypedArrayTest2()
661 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest2()
662 uint32_t arrayLength = resJSInt8Array->GetArrayLength(); in TypedArrayTest2()
663 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest2()
664 … JSHandle<JSTaggedValue> byteArray(thread, resJSInt8Array->GetViewedArrayBufferOrByteArray()); in TypedArrayTest2()
898 JSHandle<JSTypedArray> resJSInt8Array = JSHandle<JSTypedArray>::Cast(res); in TransferJSArrayBufferTest4() local
900 JSHandle<JSTaggedValue> typedArrayName(thread, resJSInt8Array->GetTypedArrayName()); in TransferJSArrayBufferTest4()
901 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TransferJSArrayBufferTest4()
902 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TransferJSArrayBufferTest4()
903 uint32_t arrayLength = resJSInt8Array->GetArrayLength(); in TransferJSArrayBufferTest4()
904 ContentType contentType = resJSInt8Array->GetContentType(); in TransferJSArrayBufferTest4()
905 …JSHandle<JSTaggedValue> viewedArrayBuffer(thread, resJSInt8Array->GetViewedArrayBufferOrByteArray(… in TransferJSArrayBufferTest4()