Changeset 6452 in webkit for trunk/JavaScriptCore/kjs/context.h
- Timestamp:
- Apr 22, 2004, 9:53:36 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/context.h
r3373 r6452 27 27 28 28 #include "function.h" 29 #include "protect.h" 29 30 30 31 namespace KJS { … … 59 60 FunctionImp *_function; 60 61 const List *_arguments; 61 Object activation;62 ProtectedObject activation; 62 63 63 64 ScopeChain scope; 64 Object variable;65 Object thisVal;65 ProtectedObject variable; 66 ProtectedObject thisVal; 66 67 67 68 LabelStack ls;
Note:
See TracChangeset
for help on using the changeset viewer.