Home
last modified time | relevance | path

Searched defs:RANGE_ERROR (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Derror_type.h25 RANGE_ERROR, member in panda::ecmascript::base::ErrorType
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_errors.h25 RANGE_ERROR = 10200001, enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
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
H A Dstd_core_String.cpp212 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
/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

Completed in 3 milliseconds