Home
last modified time | relevance | path

Searched refs:RANGE_ERROR (Results 1 - 25 of 36) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_bitvector.cpp73 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in Set()
89 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in Get()
108 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in Has()
115 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in Has()
168 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in SetBitsByRange()
175 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in SetBitsByRange()
200 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetBitsByRange()
207 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetBitsByRange()
262 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetBitCountByRange()
269 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, os in GetBitCountByRange()
[all...]
H A Djs_api_list.cpp57 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in Insert()
74 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in Set()
81 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in Set()
156 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in RemoveByIndex()
164 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in RemoveByIndex()
214 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in GetSubList()
222 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetSubList()
229 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetSubList()
266 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetOwnProperty()
296 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, os in GetProperty()
[all...]
H A Djs_api_arraylist.cpp46 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in Insert()
123 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in Get()
131 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in Get()
178 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in RemoveByIndex()
185 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in RemoveByIndex()
225 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in RemoveByRange()
233 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in RemoveByRange()
240 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in RemoveByRange()
288 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in Set()
296 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, os in Set()
[all...]
H A Djs_api_linked_list.cpp31 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in Insert()
92 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in RemoveByIndex()
100 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in RemoveByIndex()
179 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in Set()
186 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in Set()
250 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in GetOwnProperty()
258 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetOwnProperty()
289 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetProperty()
H A Djs_api_plain_array.cpp166 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in RemoveRangeFrom()
173 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in RemoveRangeFrom()
179 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in RemoveRangeFrom()
202 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty");
211 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str());
225 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in GetProperty()
250 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetProperty()
460 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in GetValueAt()
468 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetValueAt()
506 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Containe in SetValueAt()
[all...]
H A Djs_api_queue.cpp107 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in Get()
122 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in Set()
129 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in Set()
210 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in GetOwnProperty()
218 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetOwnProperty()
249 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetProperty()
H A Djs_api_stack.cpp158 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in GetOwnProperty()
166 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetOwnProperty()
179 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in GetProperty()
202 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetProperty()
H A Djs_api_lightweightmap.cpp210 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in GetKeyAt()
217 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetKeyAt()
229 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in GetValueAt()
236 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetValueAt()
316 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in SetValueAt()
323 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in SetValueAt()
H A Djs_api_deque.cpp256 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetOwnProperty()
277 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, "Container is empty"); in GetProperty()
300 JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_str()); in GetProperty()
H A Djs_api_vector.cpp46 THROW_ERROR(thread, ErrorType::RANGE_ERROR, "the index is out-of-bounds"); in Insert()
79 THROW_ERROR(thread, ErrorType::RANGE_ERROR, "An incorrect size was set"); in IncreaseCapacityTo()
/arkcompiler/ets_runtime/ecmascript/base/
H A Derror_type.h25 RANGE_ERROR, member in panda::ecmascript::base::ErrorType
H A Derror_helper.cpp87 case ErrorType::RANGE_ERROR: in GetErrorName()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_String.cpp198 ThrowEtsException(coroutine, panda_file_items::class_descriptors::RANGE_ERROR, message); in StringNormalize()
212 ThrowEtsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreStringNormalizeNFC() member in ark::ets::intrinsics::panda_file_items::class_descriptors
224 ThrowEtsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreStringNormalizeNFD() member in ark::ets::intrinsics::panda_file_items::class_descriptors
236 ThrowEtsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreStringNormalizeNFKC() member in ark::ets::intrinsics::panda_file_items::class_descriptors
248 ThrowEtsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreStringNormalizeNFKD() member in ark::ets::intrinsics::panda_file_items::class_descriptors
347 ThrowEtsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreStringToLocaleUpperCase() member in ark::ets::intrinsics::panda_file_items::class_descriptors
361 ThrowEtsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreStringToLocaleLowerCase() member in ark::ets::intrinsics::panda_file_items::class_descriptors
375 ThrowEtsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreStringLocaleCmp() member in ark::ets::intrinsics::panda_file_items::class_descriptors
H A Dstd_core_Double.cpp74 ThrowEtsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreDoubleToLocaleString() member in ark::ets::intrinsics::panda_file_items::class_descriptors
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_errors.h25 RANGE_ERROR = 10200001, enumerator
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_errors.cpp39 return ErrorHelper::ErrorCommonConstructor(argv, ErrorType::RANGE_ERROR); in RangeErrorConstructor()
45 return ErrorHelper::ErrorCommonToString(argv, ErrorType::RANGE_ERROR); in ToString()
/arkcompiler/ets_runtime/ecmascript/ts_types/
H A Dbuiltin_type_id.h24 V(RANGE_ERROR) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Ddeopt_type.h104 V(RangeError, RANGE_ERROR) \
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.cpp324 auto error = containers::ContainerError::BusinessError(thread, containers::ErrorFlag::RANGE_ERROR, in DefineOwnProperty()
434 auto error = containers::ContainerError::BusinessError(thread, containers::ErrorFlag::RANGE_ERROR, in SetProperty()
453 auto error = containers::ContainerError::BusinessError(thread, containers::ErrorFlag::RANGE_ERROR, in SetProperty()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_helper.h130 V(RangeError, RANGE_ERROR) \
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_panda_file_items.h129 static constexpr std::string_view RANGE_ERROR = "Lescompat/RangeError;"; member
H A Dets_language_context.h134 return utf::CStringAsMutf8(panda_file_items::class_descriptors::RANGE_ERROR.data()); in GetRangeErrorExceptionClassDescriptor()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_segmenter.cpp73 THROW_ERROR(thread, ErrorType::RANGE_ERROR, "create icu::BreakIterator failed"); in InitializeIcuBreakIterator()
H A Djs_relative_time_format.cpp493 THROW_ERROR(thread, ErrorType::RANGE_ERROR, "rtf is not initialized"); in ResolvedOptions()
526 THROW_ERROR(thread, ErrorType::RANGE_ERROR, "numeric is exception"); in ResolvedOptions()
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Derror_helper_test.cpp62 JSHandle<JSTaggedValue> rangeError(thread, ErrorHelper::ErrorCommonToString(argv, ErrorType::RANGE_ERROR)); in HWTEST_F_L0()
215 ErrorHelper::ErrorCommonConstructor(argv1, ErrorType::RANGE_ERROR)); in HWTEST_F_L0()

Completed in 19 milliseconds

12