Function script::dom::bindings::import::module::JS_NewObjectWithGivenProto

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