Changeset 31114 in webkit for trunk/JavaScriptCore/kjs/object.h
- Timestamp:
- Mar 17, 2008, 4:33:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.h
r30534 r31114 433 433 virtual bool isActivationObject() const { return false; } 434 434 virtual bool isGlobalObject() const { return false; } 435 virtual bool isVariableObject() const { return false; } 435 436 436 437 protected:
Note:
See TracChangeset
for help on using the changeset viewer.