Searched refs:IsDataView (Results 1 – 15 of 15) sorted by relevance
35 dataView->IsDataView(); in JSValueRefIsDataViewFuzzerTest()
32 CAST_CHECK(JSDataView, IsDataView);
1315 inline bool JSTaggedValue::IsDataView() const in IsDataView() function1317 return IsHeapObject() && GetTaggedObject()->GetClass()->IsDataView(); in IsDataView()
566 bool IsDataView() const;
1165 inline bool IsDataView() const in IsDataView() function
121 if (!thisHandle->IsDataView()) { in GetBuffer()145 if (!thisHandle->IsDataView()) { in GetByteLength()175 if (!thisHandle->IsDataView()) { in GetOffset()360 if (!view->IsDataView()) { in GetViewValue()422 if (!view->IsDataView()) { in SetViewValue()
74 if (arg->IsDataView() || arg->IsTypedArray()) { in IsView()
516 HWTEST_F_L0(JSNApiTests, IsDataView) in HWTEST_F_L0() argument522 ASSERT_TRUE(dataView->IsDataView()); in HWTEST_F_L0()
746 ASSERT_TRUE(dataView->IsDataView()); in HWTEST_F_L0()
2516 bool b = tag->IsDataView(); in HWTEST_F_L0()2531 bool b = tag->IsDataView(); in HWTEST_F_L0()
210 } else if (value->IsDataView()) { in GetProperties()
2045 ### IsDataView subsection2047 bool JSValueRef::IsDataView();2065 bool b = tag->IsDataView();
459 bool JSValueRef::IsDataView() in IsDataView() function in panda::JSValueRef461 return JSNApiHelper::ToJSTaggedValue(this).IsDataView(); in IsDataView()
419 bool IsDataView();
160 if (tagged->IsDataView()) { in FromTagged()374 if (tagged->IsDataView()) { in DescriptionForObject()