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