Skip to main content

throw_type_error

Function throw_type_error 

Source
pub unsafe fn throw_type_error(cx: *mut RawJSContext, error: &CStr)
👎Deprecated:

use throw_type_error_safe instead

Expand description

Throw a TypeError with the given message.