kJSClassAttributeNoAutomaticPrototype constant

int const 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.

Implementation

static const int kJSClassAttributeNoAutomaticPrototype = 1 << 1;