Searched refs:contentType (Results 1 – 6 of 6) sorted by relevance
763 ContentType contentType = typedArray->GetContentType(); in WriteJSTypedArray() local764 if (!WriteRawData(&contentType, sizeof(ContentType))) { in WriteJSTypedArray()1723 ContentType *contentType = reinterpret_cast<ContentType*>(GetBuffer(sizeof(ContentType))); in ReadJSTypedArray() local1724 if (contentType == nullptr) { in ReadJSTypedArray()1727 typedArray->SetContentType(*contentType); in ReadJSTypedArray()
569 ContentType contentType = JSHandle<JSTypedArray>::Cast(typedarray)->GetContentType(); in IntegerIndexedElementSet() local570 if (UNLIKELY(contentType == ContentType::BigInt)) { in IntegerIndexedElementSet()
686 ContentType contentType = targetArray->GetContentType(); in FastCopyFromArrayToTypedArray() local694 if (contentType == ContentType::BigInt) { in FastCopyFromArrayToTypedArray()
1120 ContentType contentType = JSHandle<JSTypedArray>::Cast(target)->GetContentType(); in Set() local1132 if (contentType == ContentType::BigInt) { in Set()1754 ContentType contentType = thisObj->GetContentType(); in With() local1756 if (contentType == ContentType::BigInt) { in With()
752 ContentType contentType = JSHandle<JSTypedArray>::Cast(thisHandle)->GetContentType(); in Fill() local753 if (contentType == ContentType::BigInt) { in Fill()
624 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest1() local633 EXPECT_TRUE(contentType == ContentType::Number) << "Not Same ContentType"; in TypedArrayTest1()663 ContentType contentType = resJSInt8Array->GetContentType(); in TypedArrayTest2() local672 EXPECT_TRUE(contentType == ContentType::Number) << "Not Same ContentType"; in TypedArrayTest2()904 ContentType contentType = resJSInt8Array->GetContentType(); in TransferJSArrayBufferTest4() local909 EXPECT_TRUE(contentType == ContentType::Number) << "Not Same ContentType"; in TransferJSArrayBufferTest4()