pub unsafe fn throw_range_error(cx: *mut RawJSContext, error: &CStr)👎Deprecated:
use throw_range_error_safe instead
Expand description
Throw a RangeError with the given message.
pub unsafe fn throw_range_error(cx: *mut RawJSContext, error: &CStr)use throw_range_error_safe instead
Throw a RangeError with the given message.