JS_SetImmutablePrototype

Function JS_SetImmutablePrototype 

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