Searched refs:resByteArray (Results 1 – 1 of 1) sorted by relevance
676 JSHandle<ByteArray> resByteArray(byteArray); in TypedArrayTest2() local677 uint32_t resTaggedLength = resByteArray->GetArrayLength(); in TypedArrayTest2()679 uint32_t resElementSize = resByteArray->GetByteLength(); in TypedArrayTest2()682 … JSHandle<JSTaggedValue> taggedVal(thread, resByteArray->Get(thread, i, DataViewType::UINT8)); in TypedArrayTest2()