Function JS_NewObject

Source
pub(crate) unsafe extern "C" fn JS_NewObject(
    cx: *mut JSContext,
    clasp: *const JSClass,
) -> *mut JSObject