Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_dataview_test.cpp77 JSTaggedValue CreateBuiltinsDataView(JSThread *thread, int32_t length, int32_t byte_offset) in CreateBuiltinsDataView() function
165 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 10, 1); in HWTEST_F_L0()
196 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 10, 2); in HWTEST_F_L0()
227 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 10, 1); in HWTEST_F_L0()
242 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0()
271 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0()
300 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0()
322 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0()
344 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0()
362 JSTaggedValue tagged = CreateBuiltinsDataView(thread, 8, 0); in HWTEST_F_L0()
[all …]