Changeset 99675 in webkit for trunk/Source/JavaScriptCore/runtime/JSObject.h
- Timestamp:
- Nov 9, 2011, 2:18:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSObject.h
r99497 r99675 186 186 JSValue lookupGetter(ExecState*, const Identifier& propertyName); 187 187 JSValue lookupSetter(ExecState*, const Identifier& propertyName); 188 virtual bool defineOwnProperty(ExecState*, const Identifier& propertyName, PropertyDescriptor&, bool shouldThrow);188 static bool defineOwnProperty(JSObject*, ExecState*, const Identifier& propertyName, PropertyDescriptor&, bool shouldThrow); 189 189 190 190 bool isGlobalObject() const;
Note:
See TracChangeset
for help on using the changeset viewer.