mozjs::rust::wrappers

Function JS_SetPendingException

Source
pub unsafe fn JS_SetPendingException(
    cx: *mut JSContext,
    v: HandleValue<'_>,
    behavior: ExceptionStackBehavior,
)