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

/external/webkit/Source/JavaScriptCore/API/
H A DJSObjectRef.h48 @constant kJSPropertyAttributeDontDelete Specifies that the delete operation should fail on a property.
54 kJSPropertyAttributeDontDelete = 1 << 3 enumerator in enum:__anon11540
552 @result true if the delete operation succeeds, otherwise false (for example, if the property has the kJSPropertyAttributeDontDelete attribute set).

Completed in 97 milliseconds