JSClassAttributes enum
enum JSClassAttributes A set of JSClassAttributes. Combine multiple attributes by logically ORing them together.
Values
- kJSClassAttributeNone → const JSClassAttributes
-
kJSClassAttributeNone Specifies that a class has no special attributes.
- kJSClassAttributeNoAutomaticPrototype → const JSClassAttributes
-
kJSClassAttributeNoAutomaticPrototype Specifies that a class should not automatically generate a shared prototype for its instance objects. Use kJSClassAttributeNoAutomaticPrototype in combination with JSObjectSetPrototype to manage prototypes manually.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
JSClassAttributes> - A constant List of the values in this enum, in order of their declaration.