mozjs::rust::wrappers

Function JS_LinkConstructorAndPrototype

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