pub unsafe fn NewDateObject1( cx: &mut JSContext, year: c_int, mon: c_int, mday: c_int, hour: c_int, min: c_int, sec: c_int, ) -> *mut JSObject