Function mozjs::rust::wrappers::JS_LinkConstructorAndPrototype

source ยท
pub unsafe fn JS_LinkConstructorAndPrototype(
    cx: *mut JSContext,
    ctor: HandleObject<'_>,
    proto: HandleObject<'_>,
) -> bool