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