Function mozjs::rust::jsapi_wrapped::CreateError
source ยท pub unsafe fn CreateError(
cx: *mut JSContext,
type_: JSExnType,
stack: HandleObject<'_>,
fileName: HandleString<'_>,
lineNumber: u32,
columnNumber: u32,
report: *mut JSErrorReport,
message: HandleString<'_>,
cause: HandleValue<'_>,
rval: &mut MutableHandleValue<'_>,
) -> bool