Home
last modified time | relevance | path

Searched refs:SetDataView (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_dataview_test.cpp79 HWTEST_F_L0(JSDataViewTest, SetDataView) in HWTEST_F_L0() argument
100 handleDataView->SetDataView(thread, JSTaggedValue::False()); in HWTEST_F_L0()
102 handleDataView->SetDataView(thread, JSTaggedValue::True()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.cpp96 dataView->SetDataView(thread, JSTaggedValue::True()); in DataViewConstructor()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp326 arrayBuffer->SetDataView(thread_, JSTaggedValue::True()); in NewJSDataView()
1142 JSDataView::Cast(*obj)->SetDataView(thread_, JSTaggedValue(false)); in InitializeJSObject()