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

/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptconverter_p.h141 attr |= kJSPropertyAttributeDontEnum;
/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:__anon14293
H A DJSCallbackObjectFunctions.h418 if (entry->getProperty && (!(entry->attributes & kJSPropertyAttributeDontEnum) || (mode == IncludeDontEnumProperties)))
429 if (!(entry->attributes & kJSPropertyAttributeDontEnum) || (mode == IncludeDontEnumProperties))
/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c1279 JSObjectSetProperty(context, o, jsCFIString, JSValueMakeNumber(context, 1), kJSPropertyAttributeDontEnum, NULL);

Completed in 106 milliseconds