Changeset 38524 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Nov 17, 2008, 1:51:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/ExecState.h
r38522 r38524 27 27 28 28 #include "JSGlobalData.h" 29 #include "Interpreter.h"30 29 #include "RegisterFile.h" 31 30 #include "ScopeChain.h" … … 35 34 class Arguments; 36 35 class JSActivation; 36 class Interpreter; 37 37 38 38 // Represents the current state of script execution.
Note:
See TracChangeset
for help on using the changeset viewer.