pub unsafe fn JS_DefineProperty6( cx: &mut JSContext, obj: Handle<'_, *mut JSObject>, name: *const c_char, value: u32, attrs: c_uint, ) -> bool