pub unsafe fn JS_DefineProperty1( cx: &mut JSContext, obj: Handle<'_, *mut JSObject>, name: *const c_char, getter: JSNative, setter: JSNative, attrs: c_uint, ) -> bool