Function JS_NewObjectWithGivenProto

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