Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp618 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()
[all …]