/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_list.cpp | 65 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in Insert() 82 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in Set() 140 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in RemoveByIndex() 191 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetSubList() 198 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetSubList() 234 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetOwnProperty() 251 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetProperty()
|
D | js_api_arraylist.cpp | 51 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in Insert() 131 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in Get() 181 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in RemoveByIndex() 225 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in RemoveByRange() 232 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in RemoveByRange() 283 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in Set() 304 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in SubArrayList() 311 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in SubArrayList() 421 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetOwnProperty() 447 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetProperty()
|
D | js_api_linked_list.cpp | 36 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in Insert() 101 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in RemoveByIndex() 183 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in Set() 250 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetOwnProperty() 268 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetProperty()
|
D | js_api_queue.cpp | 111 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in Get() 129 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in Set() 213 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetOwnProperty() 231 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetProperty()
|
D | js_api_plain_array.cpp | 144 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in RemoveRangeFrom() 150 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in RemoveRangeFrom() 177 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetOwnProperty() 195 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetProperty() 399 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetValueAt() 441 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in SetValueAt()
|
D | js_api_stack.cpp | 158 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetOwnProperty() 175 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetProperty()
|
D | js_api_deque.cpp | 258 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetOwnProperty() 283 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetProperty()
|
D | js_api_lightweightmap.cpp | 217 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetKeyAt() 232 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in GetValueAt() 314 …JSTaggedValue error = ContainerError::BusinessError(thread, ErrorFlag::RANGE_ERROR, oss.str().c_st… in SetValueAt()
|
D | js_api_vector.cpp | 49 THROW_ERROR(thread, ErrorType::RANGE_ERROR, "the index is out-of-bounds"); in Insert() 82 THROW_ERROR(thread, ErrorType::RANGE_ERROR, "An incorrect size was set"); in IncreaseCapacityTo()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
D | std_core_String.cpp | 156 ThrowEtsException(coroutine, panda_file_items::class_descriptors::RANGE_ERROR, message); in StringNormalize() 170 …tsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreStringNormalizeNFC() 182 …tsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreStringNormalizeNFD() 194 …tsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreStringNormalizeNFKC() 206 …tsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreStringNormalizeNFKD() 300 …tsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreStringToLocaleUpperCase() 314 …tsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreStringToLocaleLowerCase() 328 …tsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreStringLocaleCmp()
|
D | std_core_Double.cpp | 47 …tsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreDoubleToLocaleString()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | error_type.h | 25 RANGE_ERROR, enumerator
|
D | error_helper.cpp | 97 case ErrorType::RANGE_ERROR: in GetErrorName()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_errors.h | 25 RANGE_ERROR = 10200001, enumerator
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_errors.cpp | 46 return ErrorHelper::ErrorCommonConstructor(argv, ErrorType::RANGE_ERROR); in RangeErrorConstructor() 52 return ErrorHelper::ErrorCommonToString(argv, ErrorType::RANGE_ERROR); in ToString()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | builtin_type_id.h | 24 V(RANGE_ERROR) \
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
D | ets_panda_file_items.h | 88 static constexpr std::string_view RANGE_ERROR = "Lescompat/RangeError;"; variable
|
D | ets_language_context.h | 133 return utf::CStringAsMutf8(panda_file_items::class_descriptors::RANGE_ERROR.data()); in GetRangeErrorExceptionClassDescriptor()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi_helper.h | 105 V(RangeError, RANGE_ERROR) \
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_serializer.h | 87 RANGE_ERROR, enumerator
|
D | js_relative_time_format.cpp | 496 THROW_ERROR(thread, ErrorType::RANGE_ERROR, "rtf is not initialized"); in ResolvedOptions() 529 THROW_ERROR(thread, ErrorType::RANGE_ERROR, "numeric is exception"); in ResolvedOptions()
|
D | js_thread.cpp | 363 …JSHandle<JSObject> error = factory->GetJSError(base::ErrorType::RANGE_ERROR, "Stack overflow!", fa… in DoStackOverflowCheck() 378 …JSHandle<JSObject> error = factory->GetJSError(base::ErrorType::RANGE_ERROR, "Stack overflow!", fa… in DoStackLimitCheck()
|
D | js_serializer.cpp | 548 return WriteType(SerializationUID::RANGE_ERROR); in WriteJSErrorHeader() 1141 case SerializationUID::RANGE_ERROR: in DeserializeJSTaggedValue() 1395 case SerializationUID::RANGE_ERROR: in ReadJSError() 1396 errorType = base::ErrorType::RANGE_ERROR; in ReadJSError()
|
D | tagged_list.cpp | 701 containers::ContainerError::BusinessError(thread, containers::ErrorFlag::RANGE_ERROR, in Set() 708 containers::ContainerError::BusinessError(thread, containers::ErrorFlag::RANGE_ERROR, in Set()
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | error_helper_test.cpp | 86 …<JSTaggedValue> rangeError(thread, ErrorHelper::ErrorCommonToString(argv, ErrorType::RANGE_ERROR)); in HWTEST_F_L0() 239 … ErrorHelper::ErrorCommonConstructor(argv1, ErrorType::RANGE_ERROR)); in HWTEST_F_L0()
|