Changeset 2778 in webkit for trunk/JavaScriptCore/kjs/internal.h
- Timestamp:
- Nov 20, 2002, 1:11:43 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.h
r2760 r2778 197 197 Object thisValue() const { return thisVal; } 198 198 ContextImp *callingContext() { return callingCon; } 199 Object activationObject() { return activation; }199 ObjectImp *activationObject() { return activation.imp(); } 200 200 201 201 void pushScope(const Object &s);
Note:
See TracChangeset
for help on using the changeset viewer.