Home
last modified time | relevance | path

Searched refs:propertyIsEnumerable (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
Dregress-156354.js55 actual = this.propertyIsEnumerable('XYZ');
60 actual = this.propertyIsEnumerable('');
65 actual = this.propertyIsEnumerable(undefined);
70 actual = this.propertyIsEnumerable(null);
75 actual = this.propertyIsEnumerable('\u02b1');
83 actual = obj.propertyIsEnumerable('prop1');
88 actual = obj.propertyIsEnumerable('prop2');
/external/v8/test/mjsunit/regress/
Dregress-874178.js32 assertTrue(foo.propertyIsEnumerable('bar'));
/external/webkit/Source/JavaScriptCore/runtime/
DObjectPrototype.cpp51 …n(exec, globalObject, functionStructure, 1, exec->propertyNames().propertyIsEnumerable, objectProt… in ObjectPrototype()
149 …return JSValue::encode(jsBoolean(thisValue.toThisObject(exec)->propertyIsEnumerable(exec, Identifi… in objectProtoFuncPropertyIsEnumerable()
DCommonIdentifiers.h60 macro(propertyIsEnumerable) \
DJSObject.cpp420 bool JSObject::propertyIsEnumerable(ExecState* exec, const Identifier& propertyName) const in propertyIsEnumerable() function in JSC::JSObject
DJSObject.h119 bool propertyIsEnumerable(ExecState*, const Identifier& propertyName) const;
/external/webkit/PerformanceTests/SunSpider/
DUNCOVERED79 Object.propertyIsEnumerable
/external/v8/test/sputnik/
Dsputnik.status203 # Object.prototype.propertyIsEnumerable
/external/webkit/Source/WebCore/bridge/qt/
Dqt_runtime.cpp365 if (object->propertyIsEnumerable(exec, *it)) { in convertValueToQVariant()
/external/v8/
DChangeLog2248 Introduced access control in propertyIsEnumerable.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1410377 (KJS::JSObject::propertyIsEnumerable):
12714 (KJS::JSObject::propertyIsEnumerable):
15815 Object.prototype is missing propertyIsEnumerable
15821 (KJS::ObjectImp::propertyIsEnumerable):
15826 Add getPropertyAttributes and propertyIsEnumerable.
15833 Add propertyIsEnumerable to the Object prototype.
DChangeLog-2010-05-2413252 (JSC::JSObject::propertyIsEnumerable):
DChangeLog-2008-08-1016928 (KJS::JSObject::propertyIsEnumerable):