/external/webkit/Source/WebCore/dom/ |
D | Element.idl | 143 attribute [DontEnum] EventListener onabort; 144 attribute [DontEnum] EventListener onblur; 145 attribute [DontEnum] EventListener onchange; 146 attribute [DontEnum] EventListener onclick; 147 attribute [DontEnum] EventListener oncontextmenu; 148 attribute [DontEnum] EventListener ondblclick; 149 attribute [DontEnum] EventListener ondrag; 150 attribute [DontEnum] EventListener ondragend; 151 attribute [DontEnum] EventListener ondragenter; 152 attribute [DontEnum] EventListener ondragleave; [all …]
|
D | Document.idl | 241 [DontEnum] void resetWMLPageState(); 242 [DontEnum] void initializeWMLPageState(); 254 attribute [DontEnum] EventListener onabort; 255 attribute [DontEnum] EventListener onblur; 256 attribute [DontEnum] EventListener onchange; 257 attribute [DontEnum] EventListener onclick; 258 attribute [DontEnum] EventListener oncontextmenu; 259 attribute [DontEnum] EventListener ondblclick; 260 attribute [DontEnum] EventListener ondrag; 261 attribute [DontEnum] EventListener ondragend; [all …]
|
/external/webkit/Source/WebCore/svg/ |
D | SVGElementInstance.idl | 49 attribute [DontEnum] EventListener onabort; 50 attribute [DontEnum] EventListener onblur; 51 attribute [DontEnum] EventListener onchange; 52 attribute [DontEnum] EventListener onclick; 53 attribute [DontEnum] EventListener oncontextmenu; 54 attribute [DontEnum] EventListener ondblclick; 55 attribute [DontEnum] EventListener onerror; 56 attribute [DontEnum] EventListener onfocus; 57 attribute [DontEnum] EventListener oninput; 58 attribute [DontEnum] EventListener onkeydown; [all …]
|
/external/webkit/Source/WebCore/html/ |
D | HTMLFrameSetElement.idl | 31 attribute [DontEnum, WindowEventListener] EventListener onbeforeunload; 32 attribute [DontEnum, WindowEventListener] EventListener onhashchange; 33 attribute [DontEnum, WindowEventListener] EventListener onmessage; 34 attribute [DontEnum, WindowEventListener] EventListener onoffline; 35 attribute [DontEnum, WindowEventListener] EventListener ononline; 36 attribute [DontEnum, WindowEventListener] EventListener onpopstate; 37 attribute [DontEnum, WindowEventListener] EventListener onresize; 38 attribute [DontEnum, WindowEventListener] EventListener onstorage; 39 attribute [DontEnum, WindowEventListener] EventListener onunload; 42 attribute [DontEnum] EventListener onorientationchange; [all …]
|
D | HTMLBodyElement.idl | 33 attribute [DontEnum, WindowEventListener] EventListener onbeforeunload; 34 attribute [DontEnum, WindowEventListener] EventListener onhashchange; 35 attribute [DontEnum, WindowEventListener] EventListener onmessage; 36 attribute [DontEnum, WindowEventListener] EventListener onoffline; 37 attribute [DontEnum, WindowEventListener] EventListener ononline; 38 attribute [DontEnum, WindowEventListener] EventListener onpopstate; 39 attribute [DontEnum, WindowEventListener] EventListener onresize; 40 attribute [DontEnum, WindowEventListener] EventListener onstorage; 41 attribute [DontEnum, WindowEventListener] EventListener onunload; 44 attribute [DontEnum, WindowEventListener] EventListener onorientationchange; [all …]
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSGlobalObject.cpp | 237 …houtTransition(exec->globalData(), exec->propertyNames().constructor, objectConstructor, DontEnum); in reset() 238 …utTransition(exec->globalData(), exec->propertyNames().constructor, functionConstructor, DontEnum); in reset() 239 …thoutTransition(exec->globalData(), exec->propertyNames().constructor, arrayConstructor, DontEnum); in reset() 240 …outTransition(exec->globalData(), exec->propertyNames().constructor, booleanConstructor, DontEnum); in reset() 241 …houtTransition(exec->globalData(), exec->propertyNames().constructor, stringConstructor, DontEnum); in reset() 242 …houtTransition(exec->globalData(), exec->propertyNames().constructor, numberConstructor, DontEnum); in reset() 243 …ithoutTransition(exec->globalData(), exec->propertyNames().constructor, dateConstructor, DontEnum); in reset() 244 …sition(exec->globalData(), exec->propertyNames().constructor, m_regExpConstructor.get(), DontEnum); in reset() 245 …nsition(exec->globalData(), exec->propertyNames().constructor, m_errorConstructor.get(), DontEnum); in reset() 251 …tionWithoutTransition(exec->globalData(), Identifier(exec, "Object"), objectConstructor, DontEnum); in reset() [all …]
|
D | ObjectPrototype.cpp | 47 …lObject, functionStructure, 0, exec->propertyNames().toString, objectProtoFuncToString), DontEnum); in ObjectPrototype() 48 …ctionStructure, 0, exec->propertyNames().toLocaleString, objectProtoFuncToLocaleString), DontEnum); in ObjectPrototype() 49 …balObject, functionStructure, 0, exec->propertyNames().valueOf, objectProtoFuncValueOf), DontEnum); in ObjectPrototype() 50 …ctionStructure, 1, exec->propertyNames().hasOwnProperty, objectProtoFuncHasOwnProperty), DontEnum); in ObjectPrototype() 51 …re, 1, exec->propertyNames().propertyIsEnumerable, objectProtoFuncPropertyIsEnumerable), DontEnum); in ObjectPrototype() 52 …unctionStructure, 1, exec->propertyNames().isPrototypeOf, objectProtoFuncIsPrototypeOf), DontEnum); in ObjectPrototype() 55 …ctionStructure, 2, exec->propertyNames().__defineGetter__, objectProtoFuncDefineGetter), DontEnum); in ObjectPrototype() 56 …ctionStructure, 2, exec->propertyNames().__defineSetter__, objectProtoFuncDefineSetter), DontEnum); in ObjectPrototype() 57 …ctionStructure, 1, exec->propertyNames().__lookupGetter__, objectProtoFuncLookupGetter), DontEnum); in ObjectPrototype() 58 …ctionStructure, 1, exec->propertyNames().__lookupSetter__, objectProtoFuncLookupSetter), DontEnum); in ObjectPrototype()
|
D | PropertyDescriptor.cpp | 46 return !(m_attributes & DontEnum); in enumerable() 72 m_attributes = ReadOnly | DontDelete | DontEnum; in setUndefined() 127 m_attributes &= ~DontEnum; in setEnumerable() 129 m_attributes |= DontEnum; in setEnumerable() 176 if (sharedSeen & EnumerablePresent && mismatch & DontEnum) in attributesEqual() 190 if (sharedSeen & EnumerablePresent && mismatch & DontEnum) in attributesWithOverride() 191 newAttributes ^= DontEnum; in attributesWithOverride()
|
D | JSFunction.cpp | 70 …ames->name, jsString(exec, name.isNull() ? "" : name.ustring()), DontDelete | ReadOnly | DontEnum); in JSFunction() 71 …c->globalData(), exec->propertyNames().length, jsNumber(length), DontDelete | ReadOnly | DontEnum); in JSFunction() 83 …ames->name, jsString(exec, name.isNull() ? "" : name.ustring()), DontDelete | ReadOnly | DontEnum); in JSFunction() 84 …c->globalData(), exec->propertyNames().length, jsNumber(length), DontDelete | ReadOnly | DontEnum); in JSFunction() 94 …ames->name, jsString(exec, name.isNull() ? "" : name.ustring()), DontDelete | ReadOnly | DontEnum); in JSFunction() 108 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter); in createDescriptorForThrowingProperty() 191 … prototype->putDirect(exec->globalData(), exec->propertyNames().constructor, this, DontEnum); in getOwnPropertySlot() 192 … putDirect(exec->globalData(), exec->propertyNames().prototype, prototype, DontDelete | DontEnum); in getOwnPropertySlot() 243 …etDescriptor(exec->interpreter()->retrieveArguments(exec, this), ReadOnly | DontEnum | DontDelete); in getOwnPropertyDescriptor() 248 …descriptor.setDescriptor(jsNumber(jsExecutable()->parameterCount()), ReadOnly | DontEnum | DontDel… in getOwnPropertyDescriptor() [all …]
|
D | MathObject.cpp | 94 …n(exec->globalData(), Identifier(exec, "E"), jsNumber(exp(1.0)), DontDelete | DontEnum | ReadOnly); in MathObject() 95 …exec->globalData(), Identifier(exec, "LN2"), jsNumber(log(2.0)), DontDelete | DontEnum | ReadOnly); in MathObject() 96 …ec->globalData(), Identifier(exec, "LN10"), jsNumber(log(10.0)), DontDelete | DontEnum | ReadOnly); in MathObject() 97 …obalData(), Identifier(exec, "LOG2E"), jsNumber(1.0 / log(2.0)), DontDelete | DontEnum | ReadOnly); in MathObject() 98 … Identifier(exec, "LOG10E"), jsNumber(0.4342944819032518), DontDelete | DontEnum | ReadOnly); // S… in MathObject() 99 …(exec->globalData(), Identifier(exec, "PI"), jsNumber(piDouble), DontDelete | DontEnum | ReadOnly); in MathObject() 100 …>globalData(), Identifier(exec, "SQRT1_2"), jsNumber(sqrt(0.5)), DontDelete | DontEnum | ReadOnly); in MathObject() 101 …c->globalData(), Identifier(exec, "SQRT2"), jsNumber(sqrt(2.0)), DontDelete | DontEnum | ReadOnly); in MathObject()
|
D | StringConstructor.cpp | 55 …>globalData(), exec->propertyNames().prototype, stringPrototype, ReadOnly | DontEnum | DontDelete); in StringConstructor() 59 …de, exec->globalData().getHostFunction(stringFromCharCode, fromCharCodeThunkGenerator)), DontEnum); in StringConstructor() 61 …alObject, functionStructure, 1, exec->propertyNames().fromCharCode, stringFromCharCode), DontEnum); in StringConstructor() 64 …n(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly | DontEnum | DontDelete); in StringConstructor()
|
D | SymbolTable.h | 59 pack(index, attributes & ReadOnly, attributes & DontEnum); in SymbolTableEntry() 78 attributes |= DontEnum; in getAttributes() 84 pack(getIndex(), attributes & ReadOnly, attributes & DontEnum); in setAttributes()
|
D | ArrayConstructor.cpp | 44 …on(exec->globalData(), exec->propertyNames().prototype, arrayPrototype, DontEnum | DontDelete | Re… in ArrayConstructor() 47 …n(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly | DontEnum | DontDelete); in ArrayConstructor() 50 …alObject, functionStructure, 1, exec->propertyNames().isArray, arrayConstructorIsArray), DontEnum); in ArrayConstructor()
|
D | NumberPrototype.cpp | 55 …lObject, functionStructure, 1, exec->propertyNames().toString, numberProtoFuncToString), DontEnum); in NumberPrototype() 56 …ctionStructure, 0, exec->propertyNames().toLocaleString, numberProtoFuncToLocaleString), DontEnum); in NumberPrototype() 57 …balObject, functionStructure, 0, exec->propertyNames().valueOf, numberProtoFuncValueOf), DontEnum); in NumberPrototype() 58 …balObject, functionStructure, 1, exec->propertyNames().toFixed, numberProtoFuncToFixed), DontEnum); in NumberPrototype() 59 …unctionStructure, 1, exec->propertyNames().toExponential, numberProtoFuncToExponential), DontEnum); in NumberPrototype() 60 …t, functionStructure, 1, exec->propertyNames().toPrecision, numberProtoFuncToPrecision), DontEnum); in NumberPrototype()
|
D | DateConstructor.cpp | 63 …ion(exec->globalData(), exec->propertyNames().prototype, datePrototype, DontEnum | DontDelete | Re… in DateConstructor() 65 …ction(exec, globalObject, functionStructure, 1, exec->propertyNames().parse, dateParse), DontEnum); in DateConstructor() 66 …SFunction(exec, globalObject, functionStructure, 7, exec->propertyNames().UTC, dateUTC), DontEnum); in DateConstructor() 67 …SFunction(exec, globalObject, functionStructure, 0, exec->propertyNames().now, dateNow), DontEnum); in DateConstructor() 69 …n(exec->globalData(), exec->propertyNames().length, jsNumber(7), ReadOnly | DontEnum | DontDelete); in DateConstructor()
|
D | RegExpPrototype.cpp | 53 …balObject, functionStructure, 2, exec->propertyNames().compile, regExpProtoFuncCompile), DontEnum); in RegExpPrototype() 54 …c, globalObject, functionStructure, 1, exec->propertyNames().exec, regExpProtoFuncExec), DontEnum); in RegExpPrototype() 55 …c, globalObject, functionStructure, 1, exec->propertyNames().test, regExpProtoFuncTest), DontEnum); in RegExpPrototype() 56 …lObject, functionStructure, 0, exec->propertyNames().toString, regExpProtoFuncToString), DontEnum); in RegExpPrototype()
|
D | FunctionPrototype.cpp | 43 …n(exec->globalData(), exec->propertyNames().length, jsNumber(0), DontDelete | ReadOnly | DontEnum); in FunctionPrototype() 48 …bject, functionStructure, 0, exec->propertyNames().toString, functionProtoFuncToString), DontEnum); in addFunctionProperties() 50 putDirectFunctionWithoutTransition(exec, *applyFunction, DontEnum); in addFunctionProperties() 52 putDirectFunctionWithoutTransition(exec, *callFunction, DontEnum); in addFunctionProperties()
|
D | Arguments.cpp | 165 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter); in createStrictModeCallerIfNecessary() 177 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter); in createStrictModeCalleeIfNecessary() 218 descriptor.setDescriptor(d->registers[d->firstParameterIndex + i].get(), DontEnum); in getOwnPropertyDescriptor() 220 descriptor.setDescriptor(d->extraArguments[i - d->numParameters].get(), DontEnum); in getOwnPropertyDescriptor() 225 descriptor.setDescriptor(jsNumber(d->numArguments), DontEnum); in getOwnPropertyDescriptor() 231 descriptor.setDescriptor(d->callee.get(), DontEnum); in getOwnPropertyDescriptor() 284 putDirect(exec->globalData(), propertyName, value, DontEnum); in put() 291 putDirect(exec->globalData(), propertyName, value, DontEnum); in put()
|
D | ErrorPrototype.cpp | 43 …ition(exec->globalData(), exec->propertyNames().name, jsNontrivialString(exec, "Error"), DontEnum); in ErrorPrototype() 44 …alObject, functionStructure, 0, exec->propertyNames().toString, errorProtoFuncToString), DontEnum); in ErrorPrototype()
|
D | ErrorConstructor.cpp | 36 …on(exec->globalData(), exec->propertyNames().prototype, errorPrototype, DontEnum | DontDelete | Re… in ErrorConstructor() 37 …n(exec->globalData(), exec->propertyNames().length, jsNumber(1), DontDelete | ReadOnly | DontEnum); in ErrorConstructor()
|
D | BooleanPrototype.cpp | 45 …Object, functionStructure, 0, exec->propertyNames().toString, booleanProtoFuncToString), DontEnum); in BooleanPrototype() 46 …alObject, functionStructure, 0, exec->propertyNames().valueOf, booleanProtoFuncValueOf), DontEnum); in BooleanPrototype()
|
D | BooleanConstructor.cpp | 34 …(exec->globalData(), exec->propertyNames().prototype, booleanPrototype, DontEnum | DontDelete | Re… in BooleanConstructor() 37 …n(exec->globalData(), exec->propertyNames().length, jsNumber(1), ReadOnly | DontDelete | DontEnum); in BooleanConstructor()
|
D | NativeErrorConstructor.cpp | 42 …a(), exec->propertyNames().length, jsNumber(1), DontDelete | ReadOnly | DontEnum); // ECMA 15.11.7… in NativeErrorConstructor() 43 …(exec->globalData(), exec->propertyNames().prototype, prototype, DontDelete | ReadOnly | DontEnum); in NativeErrorConstructor()
|
/external/webkit/Source/WebCore/storage/ |
D | Storage.idl | 35 readonly attribute [DontEnum] unsigned long length; 36 [DontEnum, ConvertNullStringTo=Null] DOMString key(in unsigned long index); 37 [DontEnum, ConvertNullStringTo=Null] DOMString getItem(in DOMString key); 38 [DontEnum] void setItem(in DOMString key, in DOMString data) 40 [DontEnum] void removeItem(in DOMString key); 41 [DontEnum] void clear();
|
/external/v8/test/mjsunit/ |
D | mirror-regexp.js | 32 debug.PropertyAttribute.DontEnum | 39 'lastIndex': debug.PropertyAttribute.DontEnum | debug.PropertyAttribute.DontDelete
|