/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_bitvector.cpp | 73 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 D | js_api_list.cpp | 57 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 D | js_api_arraylist.cpp | 46 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 D | js_api_linked_list.cpp | 31 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 D | js_api_plain_array.cpp | 166 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 D | js_api_queue.cpp | 107 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 D | js_api_stack.cpp | 158 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 D | js_api_lightweightmap.cpp | 210 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 D | js_api_deque.cpp | 256 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 D | js_api_vector.cpp | 46 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 D | error_type.h | 25 RANGE_ERROR, member in panda::ecmascript::base::ErrorType
|
H A D | error_helper.cpp | 87 case ErrorType::RANGE_ERROR: in GetErrorName()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | std_core_String.cpp | 198 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 D | std_core_Double.cpp | 74 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 D | containers_errors.h | 25 RANGE_ERROR = 10200001,
enumerator
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_errors.cpp | 39 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 D | builtin_type_id.h | 24 V(RANGE_ERROR) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | deopt_type.h | 104 V(RangeError, RANGE_ERROR) \
|
/arkcompiler/ets_runtime/ecmascript/shared_objects/ |
H A D | js_shared_array.cpp | 324 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 D | jsnapi_helper.h | 130 V(RangeError, RANGE_ERROR) \
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_panda_file_items.h | 129 static constexpr std::string_view RANGE_ERROR = "Lescompat/RangeError;"; member
|
H A D | ets_language_context.h | 134 return utf::CStringAsMutf8(panda_file_items::class_descriptors::RANGE_ERROR.data()); in GetRangeErrorExceptionClassDescriptor()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_segmenter.cpp | 73 THROW_ERROR(thread, ErrorType::RANGE_ERROR, "create icu::BreakIterator failed"); in InitializeIcuBreakIterator()
|
H A D | js_relative_time_format.cpp | 493 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 D | error_helper_test.cpp | 62 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()
|