Searched refs:ECMA_ERROR_RANGE (Results 1 – 5 of 5) sorted by relevance
58 ERROR_ELEMENT (ECMA_ERROR_RANGE, ECMA_BUILTIN_ID_RANGE_ERROR_PROTOTYPE),92 case ECMA_ERROR_RANGE: in ecma_new_standard_error()356 return ecma_raise_standard_error (ECMA_ERROR_RANGE, (const lit_utf8_byte_t *) msg_p); in ecma_raise_range_error()
46 ECMA_ERROR_RANGE, /**< RangeError */ enumerator
56 …return ecma_builtin_helper_error_dispatch_call (ECMA_ERROR_RANGE, arguments_list_p, arguments_list… in ecma_builtin_range_error_dispatch_call()
310 ecma_object_t *error_object_p = ecma_new_standard_error_with_message (ECMA_ERROR_RANGE, in static_snapshot_error_unsupported_literal()
71 && (int) ECMA_ERROR_RANGE == (int) JERRY_ERROR_RANGE