Changeset 40332 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Jan 28, 2009, 2:54:21 PM (16 years ago)
- Location:
- trunk/JavaScriptCore/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSActivation.h
r39670 r40332 51 51 virtual bool isDynamicScope() const; 52 52 53 virtual bool isActivationObject() const { return true; } 54 53 55 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&); 54 56 -
trunk/JavaScriptCore/runtime/JSObject.h
r40046 r40332 176 176 virtual bool isGlobalObject() const { return false; } 177 177 virtual bool isVariableObject() const { return false; } 178 virtual bool isActivationObject() const { return false; } 178 179 virtual bool isWatchdogException() const { return false; } 179 180 virtual bool isNotAnObjectErrorStub() const { return false; }
Note:
See TracChangeset
for help on using the changeset viewer.