Changeset 10148 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Aug 12, 2005, 12:36:00 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r10084 r10148 528 528 void restoreProperties(const SavedProperties &p) { _prop.restore(p); } 529 529 530 virtual bool isActivation() { return false; } 530 531 protected: 531 532 PropertyMap _prop;
Note:
See TracChangeset
for help on using the changeset viewer.