Function JS_SetImmutablePrototype

Source
pub(crate) unsafe fn JS_SetImmutablePrototype(
    cx: *mut JSContext,
    obj: Handle<'_, *mut JSObject>,
    succeeded: *mut bool,
) -> bool