Skip to content

Enumerability of methods, getters, and setters #55

@tlively

Description

@tlively

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions