Changeset 28527 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Dec 7, 2007, 2:05:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r28468 r28527 454 454 void restoreProperties(const SavedProperties &p) { _prop.restore(p); } 455 455 456 virtual bool isActivation () { return false; }456 virtual bool isActivationObject() { return false; } 457 457 virtual bool isGlobalObject() const { return false; } 458 458 protected:
Note:
See TracChangeset
for help on using the changeset viewer.