kJSPropertyAttributeDontEnum

Constant kJSPropertyAttributeDontEnum 

Source
pub const kJSPropertyAttributeDontEnum: c_uint = 4;
Expand description

Specifies that a property should not be enumerated by JSPropertyEnumerators and JavaScript for...in loops.