Constant kJSClassAttributeNoAutomaticPrototype

Source
pub const kJSClassAttributeNoAutomaticPrototype: c_uint = 2;
Expand description

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.