Home
last modified time | relevance | path

Searched refs:RANGE_ERROR (Results 1 – 25 of 31) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_list.cpp65 …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()
Djs_api_arraylist.cpp51 …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()
Djs_api_linked_list.cpp36 …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()
Djs_api_queue.cpp111 …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()
Djs_api_plain_array.cpp144 …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()
Djs_api_stack.cpp158 …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()
Djs_api_deque.cpp258 …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()
Djs_api_lightweightmap.cpp217 …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()
Djs_api_vector.cpp49 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/
Dstd_core_String.cpp156 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()
Dstd_core_Double.cpp47 …tsException(EtsCoroutine::GetCurrent(), panda_file_items::class_descriptors::RANGE_ERROR, message); in StdCoreDoubleToLocaleString()
/arkcompiler/ets_runtime/ecmascript/base/
Derror_type.h25 RANGE_ERROR, enumerator
Derror_helper.cpp97 case ErrorType::RANGE_ERROR: in GetErrorName()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_errors.h25 RANGE_ERROR = 10200001, enumerator
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp46 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/
Dbuiltin_type_id.h24 V(RANGE_ERROR) \
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_panda_file_items.h88 static constexpr std::string_view RANGE_ERROR = "Lescompat/RangeError;"; variable
Dets_language_context.h133 return utf::CStringAsMutf8(panda_file_items::class_descriptors::RANGE_ERROR.data()); in GetRangeErrorExceptionClassDescriptor()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h105 V(RangeError, RANGE_ERROR) \
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.h87 RANGE_ERROR, enumerator
Djs_relative_time_format.cpp496 THROW_ERROR(thread, ErrorType::RANGE_ERROR, "rtf is not initialized"); in ResolvedOptions()
529 THROW_ERROR(thread, ErrorType::RANGE_ERROR, "numeric is exception"); in ResolvedOptions()
Djs_thread.cpp363 …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()
Djs_serializer.cpp548 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()
Dtagged_list.cpp701 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/
Derror_helper_test.cpp86 …<JSTaggedValue> rangeError(thread, ErrorHelper::ErrorCommonToString(argv, ErrorType::RANGE_ERROR)); in HWTEST_F_L0()
239 … ErrorHelper::ErrorCommonConstructor(argv1, ErrorType::RANGE_ERROR)); in HWTEST_F_L0()

12