Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisdataview_fuzzer/
Djsvaluerefisdataview_fuzzer.cpp35 dataView->IsDataView(vm); in JSValueRefIsDataViewFuzzerTest()
/arkcompiler/ets_runtime/ecmascript/
Djs_dataview.h32 CAST_CHECK(JSDataView, IsDataView);
Djs_tagged_value-inl.h1185 inline bool JSTaggedValue::IsDataView() const in IsDataView() function
1187 return IsHeapObject() && GetTaggedObject()->GetClass()->IsDataView(); in IsDataView()
Djs_tagged_value.h610 bool IsDataView() const;
Djs_hclass.h1340 inline bool IsDataView() const in IsDataView() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.cpp110 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()
Dbuiltins_sendable_arraybuffer.cpp65 if (arg->IsDataView() || arg->IsSharedTypedArray()) { in IsView()
Dbuiltins_arraybuffer.cpp62 if (arg->IsDataView() || arg->IsTypedArray()) { in IsView()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_dataview_stub_builder.cpp34 BRANCH(IsDataView(thisValue), &thisIsDataView, slowPath); in SetTypedValue()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp528 HWTEST_F_L0(JSNApiTests, IsDataView) in HWTEST_F_L0() argument
534 ASSERT_TRUE(dataView->IsDataView(vm_)); in HWTEST_F_L0()
Djsnapi_first_tests.cpp787 ASSERT_TRUE(dataView->IsDataView(vm_)); in HWTEST_F_L0()
Dffi_workload.cpp2517 bool b = tag->IsDataView(vm_); in HWTEST_F_L0()
2532 bool b = tag->IsDataView(vm_); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp245 } else if (value->IsDataView(vm_)) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md2047 ### IsDataView subsection
2049 bool JSValueRef::IsDataView();
2067 bool b = tag->IsDataView();
Djsnapi_expo.cpp535 bool JSValueRef::IsDataView(const EcmaVM *vm) in IsDataView() function in panda::JSValueRef
538 return JSNApiHelper::ToJSTaggedValue(this).IsDataView(); in IsDataView()
1123 if (!IsDataView(vm)) { in GetDataViewInfo()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp160 if (tagged->IsDataView(ecmaVm)) { in FromTagged()
407 if (tagged->IsDataView(ecmaVm)) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h406 GateRef IsDataView(GateRef obj);
Dstub_builder-inl.h1378 inline GateRef StubBuilder::IsDataView(GateRef obj) in IsDataView() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h519 bool IsDataView(const EcmaVM *vm);