Changeset 34659 in webkit for trunk/JavaScriptCore/kjs/ExecState.h
- Timestamp:
- Jun 19, 2008, 10:29:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ExecState.h
r34615 r34659 26 26 27 27 #include "JSGlobalData.h" 28 #include "LabelStack.h"29 #include "completion.h"30 #include "list.h"31 28 #include "ScopeChain.h" 32 29 … … 92 89 static const HashTable* stringTable(ExecState* exec) { return exec->m_globalData->stringTable; } 93 90 91 Heap* heap() const { return m_globalData->heap; } 92 94 93 private: 95 94 // Default constructor required for gcc 3.
Note:
See TracChangeset
for help on using the changeset viewer.