Changeset 31114 in webkit for trunk/JavaScriptCore/kjs/Activation.h
- Timestamp:
- Mar 17, 2008, 4:33:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/Activation.h
r30534 r31114 74 74 bool needsPop() const { return d()->isOnStack || d()->leftRelic; } 75 75 76 virtual bool isDynamicScope() const; 76 77 private: 77 78 static PropertySlot::GetValueFunc getArgumentsGetter();
Note:
See TracChangeset
for help on using the changeset viewer.