Function mozjs::rust::wrappers::JS_GetPrototype

source ยท
pub unsafe fn JS_GetPrototype(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    result: MutableHandleObject<'_>,
) -> bool