pub unsafe extern "C" fn NativeObjectHasOwnProperties( obj: *const JSObject, ) -> bool
Returns true if the native object has own named properties, i.e. user-added properties (expandos). Must not be called on proxy objects.