JS_NewObjectWithGivenProto

Function JS_NewObjectWithGivenProto 

Source
pub(crate) unsafe fn JS_NewObjectWithGivenProto(
    cx: *mut JSContext,
    clasp: *const JSClass,
    proto: Handle<'_, *mut JSObject>,
) -> *mut JSObject