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

/external/webkit/Source/JavaScriptCore/runtime/
H A DSymbolTable.h59 pack(index, attributes & ReadOnly, attributes & DontEnum);
78 attributes |= DontEnum;
84 pack(getIndex(), attributes & ReadOnly, attributes & DontEnum); local
H A DJSArray.cpp290 descriptor.setDescriptor(jsNumber(length()), DontDelete | DontEnum); local
H A DJSObject.h65 DontEnum = 1 << 2, // property doesn't appear in (for .. in ..) enumerator in enum:JSC::Attribute
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowCustom.cpp294 descriptor.setDescriptor(jsBoolean(true), ReadOnly | DontDelete | DontEnum); local
301 descriptor.setDescriptor(slot.getValue(exec, propertyName), ReadOnly | DontDelete | DontEnum);
324 descriptor.setDescriptor(slot.getValue(exec, propertyName), ReadOnly | DontDelete | DontEnum);
333 descriptor.setDescriptor(slot.getValue(exec, propertyName), ReadOnly | DontDelete | DontEnum);
344 descriptor.setDescriptor(slot.getValue(exec, propertyName), ReadOnly | DontDelete | DontEnum);
/external/v8/include/
H A Dv8.h1395 DontEnum = 1 << 1, enumerator in enum:v8::PropertyAttribute
1476 * any combination of ReadOnly, DontEnum and DontDelete. Returns
2025 * v8::DontEnum, etc.)

Completed in 583 milliseconds