• Home
  • Raw
  • Download

Lines Matching refs:resJSInt8Array

638         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()
681 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TypedArrayTest2()
682 uint32_t arrayLength = resJSInt8Array->GetArrayLength(); in TypedArrayTest2()
683 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest2()
684 … JSHandle<JSTaggedValue> byteArray(thread, resJSInt8Array->GetViewedArrayBufferOrByteArray()); in TypedArrayTest2()
954 JSHandle<JSTypedArray> resJSInt8Array = JSHandle<JSTypedArray>::Cast(res); in TransferJSArrayBufferTest5() local
956 JSHandle<JSTaggedValue> typedArrayName(thread, resJSInt8Array->GetTypedArrayName()); in TransferJSArrayBufferTest5()
957 uint32_t byteLength = resJSInt8Array->GetByteLength(); in TransferJSArrayBufferTest5()
958 uint32_t byteOffset = resJSInt8Array->GetByteOffset(); in TransferJSArrayBufferTest5()
959 uint32_t arrayLength = resJSInt8Array->GetArrayLength(); in TransferJSArrayBufferTest5()
960 ContentType contentType = resJSInt8Array->GetContentType(); in TransferJSArrayBufferTest5()
961 …JSHandle<JSTaggedValue> viewedArrayBuffer(thread, resJSInt8Array->GetViewedArrayBufferOrByteArray(… in TransferJSArrayBufferTest5()