Home
last modified time | relevance | path

Searched refs:IsDataView (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisdataview_fuzzer/
Djsvaluerefisdataview_fuzzer.cpp35 dataView->IsDataView(); in JSValueRefIsDataViewFuzzerTest()
/arkcompiler/ets_runtime/ecmascript/
Djs_dataview.h32 CAST_CHECK(JSDataView, IsDataView);
Djs_tagged_value-inl.h1315 inline bool JSTaggedValue::IsDataView() const in IsDataView() function
1317 return IsHeapObject() && GetTaggedObject()->GetClass()->IsDataView(); in IsDataView()
Djs_tagged_value.h566 bool IsDataView() const;
Djs_hclass.h1165 inline bool IsDataView() const in IsDataView() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.cpp121 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()
Dbuiltins_arraybuffer.cpp74 if (arg->IsDataView() || arg->IsTypedArray()) { in IsView()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp516 HWTEST_F_L0(JSNApiTests, IsDataView) in HWTEST_F_L0() argument
522 ASSERT_TRUE(dataView->IsDataView()); in HWTEST_F_L0()
Djsnapi_first_tests.cpp746 ASSERT_TRUE(dataView->IsDataView()); in HWTEST_F_L0()
Dffi_workload.cpp2516 bool b = tag->IsDataView(); in HWTEST_F_L0()
2531 bool b = tag->IsDataView(); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp210 } else if (value->IsDataView()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md2045 ### IsDataView subsection
2047 bool JSValueRef::IsDataView();
2065 bool b = tag->IsDataView();
Djsnapi_expo.cpp459 bool JSValueRef::IsDataView() in IsDataView() function in panda::JSValueRef
461 return JSNApiHelper::ToJSTaggedValue(this).IsDataView(); in IsDataView()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h419 bool IsDataView();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp160 if (tagged->IsDataView()) { in FromTagged()
374 if (tagged->IsDataView()) { in DescriptionForObject()