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.cpp56 HWTEST_F_L0(JSDataViewTest, SetDataView) in HWTEST_F_L0() argument
77 handleDataView->SetDataView(thread, JSTaggedValue::False()); in HWTEST_F_L0()
79 handleDataView->SetDataView(thread, JSTaggedValue::True()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_dataview.cpp90 dataView->SetDataView(thread, JSTaggedValue::True()); in DataViewConstructor()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp397 arrayBuffer->SetDataView(thread_, JSTaggedValue::True()); in NewJSDataView()
1470 JSDataView::Cast(*obj)->SetDataView(thread_, JSTaggedValue(false)); in InitializeJSObject()