Searched defs:kJSPropertyAttributeDontEnum (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
H A DJSObjectRef.h47 @constant kJSPropertyAttributeDontEnum Specifies that a property should not be enumerated by JSPropertyEnumerators and JavaScript for...in loops.
53 kJSPropertyAttributeDontEnum = 1 << 2, enumerator in enum:__anon15519

Completed in 131 milliseconds