Changeset 31962 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Apr 16, 2008, 1:58:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r31746 r31962 246 246 virtual void put(ExecState*, unsigned propertyName, JSValue* value); 247 247 248 virtual void putWithAttributes(ExecState*, const Identifier& propertyName, JSValue* value, unsigned attributes); 249 virtual void putWithAttributes(ExecState*, unsigned propertyName, JSValue* value, unsigned attributes); 250 248 251 /** 249 252 * Checks if a property is enumerable, that is if it doesn't have the DontEnum
Note:
See TracChangeset
for help on using the changeset viewer.