Enum ClassAttributes

A set of JSClass attributes. Combine multiple attributes with bitwise OR.

enum ClassAttributes : int { ... }

Enum members

NameDescription
noAutomaticPrototype Specifies that a class should not automatically generate a shared prototype for its instance objects.
none Specifies that a class has no special attributes.

See Also

ClassDefinition.attributes