Searched refs:IsDataView (Results 1 – 11 of 11) sorted by relevance
32 CAST_CHECK(JSDataView, IsDataView);
1270 inline bool JSTaggedValue::IsDataView() const in IsDataView() function1272 return IsHeapObject() && GetTaggedObject()->GetClass()->IsDataView(); in IsDataView()
616 bool IsDataView() const;
1048 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()415 if (!view->IsDataView()) { in SetViewValue()
68 if (arg->IsDataView() || arg->IsTypedArray()) { in IsView()
244 } else if (value->IsDataView()) { in GetProperties()
425 bool IsDataView();
157 if (tagged->IsDataView()) { in FromTagged()349 if (tagged->IsDataView()) { in DescriptionForObject()
3122 bool JSValueRef::IsDataView() in IsDataView() function in panda::JSValueRef3124 return JSNApiHelper::ToJSTaggedValue(this).IsDataView(); in IsDataView()
529 ASSERT_TRUE(dataView->IsDataView()); in HWTEST_F_L0()