kJSPropertyAttributeDontDelete constant
int
const kJSPropertyAttributeDontDelete
Specifies that the delete operation should fail on a property.
Implementation
static const int kJSPropertyAttributeDontDelete = 1 << 3;