kJSClassAttributeNoAutomaticPrototype
An attribute that specifies that a class doesn’t automatically generate a shared prototype for its instance objects.
Declaration
var kJSClassAttributeNoAutomaticPrototype: Int { get }Discussion
Use kJSClassAttributeNoAutomaticPrototype with JSObjectSetPrototype(_:_:_:) to manage prototypes manually.