H A D | builtins_dataview_test.cpp | 186 void SetUint8(JSThread *thread, const JSHandle<JSDataView> &view, int32_t offset, JSTaggedValue value) in SetUint8() argument 189 DataViewAlgorithm(thread, vals, 8, AlgorithmType::SET_UINT8, view.GetTaggedValue()); // 8: data max len in SetUint8() 231 JSHandle<JSDataView> view(thread, JSDataView::Cast(reinterpret_cast<TaggedObject *>(tagged.GetRawData()))); in HWTEST_F_L0() 234 auto result = DataViewAlgorithm(thread, vals, 4, AlgorithmType::GET_OFFSET, view.GetTaggedValue()); in HWTEST_F_L0() 241 view->SetViewedArrayBuffer(thread, arrBuf); in HWTEST_F_L0() 243 result = DataViewAlgorithm(thread, vals, 4, AlgorithmType::GET_OFFSET, view.GetTaggedValue()); in HWTEST_F_L0() 253 JSHandle<JSDataView> view(thread, JSDataView::Cast(reinterpret_cast<TaggedObject *>(tagged.GetRawData()))); in HWTEST_F_L0() 256 auto result = DataViewAlgorithm(thread, vals, 4, AlgorithmType::GET_BYTELENGTH, view.GetTaggedValue()); in HWTEST_F_L0() 263 view->SetViewedArrayBuffer(thread, arrBuf); in HWTEST_F_L0() 264 result = DataViewAlgorithm(thread, vals, 4, AlgorithmType::GET_BYTELENGTH, view in HWTEST_F_L0() 323 auto view = GetCommonInt32(thread); HWTEST_F_L0() local 332 auto view = GetCommonInt32(thread); HWTEST_F_L0() local 489 auto view = BigInt64Common(thread); HWTEST_F_L0() local 499 auto view = BigInt64Common(thread); HWTEST_F_L0() local [all...] |