Home
last modified time | relevance | path

Searched refs:ecma_raise_range_error (Results 1 – 18 of 18) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-dataview-object.c86 …return ecma_raise_range_error (ECMA_ERR_MSG ("Start offset is outside the bounds of the buffer.")); in ecma_op_dataview_create()
104 …return ecma_raise_range_error (ECMA_ERR_MSG ("Start offset is outside the bounds of the buffer.")); in ecma_op_dataview_create()
123 …return ecma_raise_range_error (ECMA_ERR_MSG ("Start offset is outside the bounds of the buffer.")); in ecma_op_dataview_create()
264 …return ecma_raise_range_error (ECMA_ERR_MSG ("Start offset is outside the bounds of the buffer.")); in ecma_op_dataview_get_set_view_value()
292 …return ecma_raise_range_error (ECMA_ERR_MSG ("Start offset is outside the bounds of the buffer.")); in ecma_op_dataview_get_set_view_value()
Decma-typedarray-object.c512 return ecma_raise_range_error (ECMA_ERR_MSG ("Maximum typedarray size is reached.")); in ecma_typedarray_create_object_with_length()
519 return ecma_raise_range_error (ECMA_ERR_MSG ("Maximum typedarray size is reached.")); in ecma_typedarray_create_object_with_length()
1108 ret = ecma_raise_range_error (ECMA_ERR_MSG ("Invalid typedarray length.")); in ecma_op_create_typedarray()
1151 ret = ecma_raise_range_error (ECMA_ERR_MSG ("Invalid offset.")); in ecma_op_create_typedarray()
1166 ret = ecma_raise_range_error (ECMA_ERR_MSG ("Invalid length.")); in ecma_op_create_typedarray()
1170 ret = ecma_raise_range_error (ECMA_ERR_MSG ("Invalid length.")); in ecma_op_create_typedarray()
1187 ret = ecma_raise_range_error (ECMA_ERR_MSG ("Maximum typedarray size is reached.")); in ecma_op_create_typedarray()
1195 ret = ecma_raise_range_error (ECMA_ERR_MSG ("Invalid length.")); in ecma_op_create_typedarray()
Decma-exceptions.h60 ecma_value_t ecma_raise_range_error (const char *msg_p);
Decma-arraybuffer-object.c143 return ecma_raise_range_error (ECMA_ERR_MSG ("Invalid ArrayBuffer length.")); in ecma_op_create_arraybuffer_object()
Decma-exceptions.c354 ecma_raise_range_error (const char *msg_p) /**< error message */ in ecma_raise_range_error() function
Decma-array-object.c606 return ecma_raise_range_error (ECMA_ERR_MSG ("Invalid array length.")); in ecma_op_create_array_object()
985 return ecma_raise_range_error (ECMA_ERR_MSG ("Invalid array length.")); in ecma_op_array_object_set_length()
Decma-regexp-object.c1841 ret_value = ecma_raise_range_error (ECMA_ERR_MSG ("Stack limit exceeded.")); in ecma_regexp_exec_helper()
2379 result = ecma_raise_range_error (ECMA_ERR_MSG ("Stack limit exceeded.")); in ecma_regexp_split_helper()
2404 result = ecma_raise_range_error (ECMA_ERR_MSG ("Stack limit exceeded.")); in ecma_regexp_split_helper()
2563 result = ecma_raise_range_error (ECMA_ERR_MSG ("Stack limit exceeded.")); in ecma_regexp_replace_helper_fast()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-number-prototype.c274 return ecma_raise_range_error (ECMA_ERR_MSG ("Radix must be between 2 and 36.")); in ecma_builtin_number_prototype_object_to_string()
605 return ecma_raise_range_error (ECMA_ERR_MSG ("Fraction digits must be between 0 and 20.")); in ecma_builtin_number_prepare_conversion()
633 return ecma_raise_range_error (ECMA_ERR_MSG ("Precision digits must be between 1 and 21.")); in ecma_builtin_number_prepare_conversion()
Decma-builtin-string-iterator-prototype.c87 return ecma_raise_range_error (ECMA_ERR_MSG ("String iteration cannot be continued.")); in ecma_builtin_string_iterator_prototype_object_next()
Decma-builtin-string.c317 return ecma_raise_range_error (ECMA_ERR_MSG ("Error: Invalid code point")); in ecma_builtin_string_object_from_code_point()
Decma-builtin-function-prototype.c127 …return ecma_raise_range_error (ECMA_ERR_MSG ("Too many arguments declared for Function.apply().")); in ecma_builtin_function_prototype_object_apply()
Decma-builtin-date-prototype.c670 return ecma_raise_range_error (ECMA_ERR_MSG ("Date must be a finite number.")); in ecma_builtin_date_prototype_dispatch_routine()
Decma-builtin-string-prototype.c1149 return ecma_raise_range_error (ECMA_ERR_MSG ("Invalid count value")); in ecma_builtin_string_prototype_object_repeat()
1161 return ecma_raise_range_error (ECMA_ERR_MSG ("Invalid string length")); in ecma_builtin_string_prototype_object_repeat()
Decma-builtin-array-prototype.c489 return ecma_raise_range_error (ECMA_ERR_MSG ("Invalid array length")); in ecma_builtin_array_prototype_object_push()
1551 return ecma_raise_range_error (ECMA_ERR_MSG ("Invalid array length")); in ecma_builtin_array_prototype_object_unshift()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c848 return ecma_raise_range_error (ECMA_ERR_MSG ("Invalid offset")); in ecma_op_typedarray_set_with_typedarray()
873 return ecma_raise_range_error (ECMA_ERR_MSG ("Invalid range of index")); in ecma_op_typedarray_set_with_typedarray()
949 return ecma_raise_range_error (ECMA_ERR_MSG ("Invalid offset")); in ecma_builtin_typedarray_prototype_set()
982 ret_val = ecma_raise_range_error (ECMA_ERR_MSG ("Invalid range of index")); in ecma_builtin_typedarray_prototype_set()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h1920 return ecma_raise_range_error (ECMA_ERR_MSG ("Maximum call stack size exceeded.")); \
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c916 ecma_raise_range_error (ECMA_ERR_MSG ("Unsupported exec snapshot flags specified.")); in jerry_snapshot_result()
948 ecma_raise_range_error (ECMA_ERR_MSG ("Function index is higher than maximum")); in jerry_snapshot_result()
/third_party/jerryscript/jerry-core/vm/
Dvm.c374 return ecma_raise_range_error (ECMA_ERR_MSG ("Invalid scope chain index for eval")); in vm_run_eval()