Searched refs:IsInt8Array (Results 1 – 7 of 7) sorted by relevance
36 typedArray->IsInt8Array(); in IsInt8ArrayFuzztest()
1896 ### IsInt8Array subsection1898 bool JSValueRef::IsInt8Array();1917 bool b = object->IsInt8Array();
549 bool JSValueRef::IsInt8Array() in IsInt8Array() function in panda::JSValueRef
437 bool IsInt8Array();
774 ASSERT_TRUE(typedArray->IsInt8Array()); in HWTEST_F_L0()
1386 object->IsInt8Array(); in HWTEST_F_L0()1389 TEST_TIME(JSValueRef::IsInt8Array); in HWTEST_F_L0()1390 GTEST_LOG_(INFO) << std::boolalpha << object->IsInt8Array(); in HWTEST_F_L0()
404 if (tagged->IsInt8Array()) { in DescriptionForObject()