Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/tests/
Djs_dataview_test.cpp196 int32_t offsetDataView1 = 4; in HWTEST_F_L0() local
204 JSHandle<JSDataView> handleDataView = factory->NewJSDataView(handleArrayBuf, offsetDataView1, in HWTEST_F_L0()
206 EXPECT_EQ(handleDataView->GetByteOffset(), offsetDataView1); in HWTEST_F_L0()