Searched refs:IsDataView (Results 1 – 19 of 19) sorted by relevance
35 dataView->IsDataView(vm); in JSValueRefIsDataViewFuzzerTest()
32 CAST_CHECK(JSDataView, IsDataView);
1185 inline bool JSTaggedValue::IsDataView() const in IsDataView() function1187 return IsHeapObject() && GetTaggedObject()->GetClass()->IsDataView(); in IsDataView()
610 bool IsDataView() const;
1340 inline bool IsDataView() const in IsDataView() function
110 if (!thisHandle->IsDataView()) { in GetBuffer()134 if (!thisHandle->IsDataView()) { in GetByteLength()164 if (!thisHandle->IsDataView()) { in GetOffset()349 if (!view->IsDataView()) { in GetViewValue()410 if (!view->IsDataView()) { in SetViewValue()
65 if (arg->IsDataView() || arg->IsSharedTypedArray()) { in IsView()
62 if (arg->IsDataView() || arg->IsTypedArray()) { in IsView()
34 BRANCH(IsDataView(thisValue), &thisIsDataView, slowPath); in SetTypedValue()
528 HWTEST_F_L0(JSNApiTests, IsDataView) in HWTEST_F_L0() argument534 ASSERT_TRUE(dataView->IsDataView(vm_)); in HWTEST_F_L0()
787 ASSERT_TRUE(dataView->IsDataView(vm_)); in HWTEST_F_L0()
2517 bool b = tag->IsDataView(vm_); in HWTEST_F_L0()2532 bool b = tag->IsDataView(vm_); in HWTEST_F_L0()
245 } else if (value->IsDataView(vm_)) { in GetProperties()
2047 ### IsDataView subsection2049 bool JSValueRef::IsDataView();2067 bool b = tag->IsDataView();
535 bool JSValueRef::IsDataView(const EcmaVM *vm) in IsDataView() function in panda::JSValueRef538 return JSNApiHelper::ToJSTaggedValue(this).IsDataView(); in IsDataView()1123 if (!IsDataView(vm)) { in GetDataViewInfo()
160 if (tagged->IsDataView(ecmaVm)) { in FromTagged()407 if (tagged->IsDataView(ecmaVm)) { in DescriptionForObject()
406 GateRef IsDataView(GateRef obj);
1378 inline GateRef StubBuilder::IsDataView(GateRef obj) in IsDataView() function
519 bool IsDataView(const EcmaVM *vm);