Home
last modified time | relevance | path

Searched refs:ECMA_ERROR_RANGE (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-exceptions.c58 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()
Decma-exceptions.h46 ECMA_ERROR_RANGE, /**< RangeError */ enumerator
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-rangeerror.c56 …return ecma_builtin_helper_error_dispatch_call (ECMA_ERROR_RANGE, arguments_list_p, arguments_list… in ecma_builtin_range_error_dispatch_call()
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c310 ecma_object_t *error_object_p = ecma_new_standard_error_with_message (ECMA_ERROR_RANGE, in static_snapshot_error_unsupported_literal()
Djerry.c71 && (int) ECMA_ERROR_RANGE == (int) JERRY_ERROR_RANGE