Home
last modified time | relevance | path

Searched refs:DontEnum (Results 1 – 25 of 80) sorted by relevance

1234

/external/webkit/Source/WebCore/dom/
DElement.idl143 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 …]
DDocument.idl241 [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/
DSVGElementInstance.idl49 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/
DHTMLFrameSetElement.idl31 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 …]
DHTMLBodyElement.idl33 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/
DJSGlobalObject.cpp237 …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 …]
DObjectPrototype.cpp47 …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()
DPropertyDescriptor.cpp46 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()
DJSFunction.cpp70 …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 …]
DMathObject.cpp94 …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()
DStringConstructor.cpp55 …>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()
DSymbolTable.h59 pack(index, attributes & ReadOnly, attributes & DontEnum); in SymbolTableEntry()
78 attributes |= DontEnum; in getAttributes()
84 pack(getIndex(), attributes & ReadOnly, attributes & DontEnum); in setAttributes()
DArrayConstructor.cpp44 …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()
DNumberPrototype.cpp55 …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()
DDateConstructor.cpp63 …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()
DRegExpPrototype.cpp53 …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()
DFunctionPrototype.cpp43 …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()
DArguments.cpp165 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()
DErrorPrototype.cpp43 …ition(exec->globalData(), exec->propertyNames().name, jsNontrivialString(exec, "Error"), DontEnum); in ErrorPrototype()
44 …alObject, functionStructure, 0, exec->propertyNames().toString, errorProtoFuncToString), DontEnum); in ErrorPrototype()
DErrorConstructor.cpp36 …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()
DBooleanPrototype.cpp45 …Object, functionStructure, 0, exec->propertyNames().toString, booleanProtoFuncToString), DontEnum); in BooleanPrototype()
46 …alObject, functionStructure, 0, exec->propertyNames().valueOf, booleanProtoFuncValueOf), DontEnum); in BooleanPrototype()
DBooleanConstructor.cpp34 …(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()
DNativeErrorConstructor.cpp42 …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/
DStorage.idl35 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/
Dmirror-regexp.js32 debug.PropertyAttribute.DontEnum |
39 'lastIndex': debug.PropertyAttribute.DontEnum | debug.PropertyAttribute.DontDelete

1234