Searched refs:ecma_raise_range_error (Results 1 – 18 of 18) sorted by relevance
86 …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()
512 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()
60 ecma_value_t ecma_raise_range_error (const char *msg_p);
143 return ecma_raise_range_error (ECMA_ERR_MSG ("Invalid ArrayBuffer length.")); in ecma_op_create_arraybuffer_object()
354 ecma_raise_range_error (const char *msg_p) /**< error message */ in ecma_raise_range_error() function
606 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()
1841 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()
274 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()
87 return ecma_raise_range_error (ECMA_ERR_MSG ("String iteration cannot be continued.")); in ecma_builtin_string_iterator_prototype_object_next()
317 return ecma_raise_range_error (ECMA_ERR_MSG ("Error: Invalid code point")); in ecma_builtin_string_object_from_code_point()
127 …return ecma_raise_range_error (ECMA_ERR_MSG ("Too many arguments declared for Function.apply().")); in ecma_builtin_function_prototype_object_apply()
670 return ecma_raise_range_error (ECMA_ERR_MSG ("Date must be a finite number.")); in ecma_builtin_date_prototype_dispatch_routine()
1149 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()
489 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()
848 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()
1920 return ecma_raise_range_error (ECMA_ERR_MSG ("Maximum call stack size exceeded.")); \
916 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()
374 return ecma_raise_range_error (ECMA_ERR_MSG ("Invalid scope chain index for eval")); in vm_run_eval()