Changeset 51971 in webkit for trunk/JavaScriptCore/runtime/JSObject.h
- Timestamp:
- Dec 10, 2009, 4:06:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSObject.h
r51801 r51971 136 136 virtual JSObject* unwrappedObject(); 137 137 138 virtual bool getPropertyAttributes(ExecState*, const Identifier& propertyName, unsigned& attributes) const;139 138 bool getPropertySpecificValue(ExecState* exec, const Identifier& propertyName, JSCell*& specificFunction) const; 140 139
Note:
See TracChangeset
for help on using the changeset viewer.