Skip to main content

JS_LinkConstructorAndPrototype

Function JS_LinkConstructorAndPrototype 

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

Use wrappers2 instead