Changeset 20759 in webkit for trunk/JavaScriptCore/kjs/ExecState.h
- Timestamp:
- Apr 6, 2007, 11:36:26 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ExecState.h
r20310 r20759 35 35 class Interpreter; 36 36 class FunctionImp; 37 class RuntimeMethodImp;38 37 class GlobalFuncImp; 39 38 … … 46 45 friend class Interpreter; 47 46 friend class FunctionImp; 48 friend class RuntimeMethodImp;49 47 friend class GlobalFuncImp; 50 48 public:
Note:
See TracChangeset
for help on using the changeset viewer.