Home
last modified time | relevance | path

Searched refs:THROW_RANGE_ERROR (Results 1 – 4 of 4) sorted by relevance

/ark/js_runtime/ecmascript/
Djs_relative_time_format.cpp473 THROW_RANGE_ERROR(thread, "rtf is not initialized"); in ResolvedOptions()
506 THROW_RANGE_ERROR(thread, "numeric is exception"); in ResolvedOptions()
Djs_number_format.cpp474 THROW_RANGE_ERROR(thread, "invalid numberingSystem"); in InitializeNumberFormat()
478 THROW_RANGE_ERROR(thread, "invalid numberingSystem"); in InitializeNumberFormat()
Djs_api_arraylist.cpp42 THROW_RANGE_ERROR(thread, "ArrayList: set out-of-bounds"); in Insert()
Decma_macros.h352 #define THROW_RANGE_ERROR(thread, message) \ macro