Enum ClassAttributes
A set of JSClass
attributes. Combine multiple attributes with bitwise OR.
enum ClassAttributes
: int { ... }
Enum members
Name | Description |
---|---|
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. |