JS_LinkConstructorAndPrototype

Function JS_LinkConstructorAndPrototype 

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