Changeset 34842 in webkit for trunk/JavaScriptCore/kjs/JSObject.h
- Timestamp:
- Jun 27, 2008, 9:02:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSObject.h
r34821 r34842 379 379 virtual bool isVariableObject() const { return false; } 380 380 381 virtual bool isWatchdogException() const { return false; } 382 381 383 protected: 382 384 PropertyMap _prop;
Note:
See TracChangeset
for help on using the changeset viewer.