Changeset 32587 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Apr 25, 2008, 7:02:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r31962 r32587 436 436 virtual JSValue* lookupSetter(ExecState*, const Identifier& propertyName); 437 437 438 void saveProperties(SavedProperties &p) const { _prop.save(p); }439 void restoreProperties(const SavedProperties &p) { _prop.restore(p); }440 441 438 virtual bool isActivationObject() const { return false; } 442 439 virtual bool isGlobalObject() const { return false; }
Note:
See TracChangeset
for help on using the changeset viewer.