Normal methods, getters, and setters on JS classes are not enumerable, but it might be important for getters and setters to be enumerable to emulate normal own-properties. We could easily support this by using a bit in the method-kind specifier to say whether the property should be enumerable or not.
Does this sound useful?