Changeset 37215 in webkit for trunk/JavaScriptCore/kjs/ExecState.h
- Timestamp:
- Oct 2, 2008, 4:48:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ExecState.h
r37125 r37215 83 83 static const HashTable* stringTable(ExecState* exec) { return exec->m_globalData->stringTable; } 84 84 85 Heap* heap() const { return m_globalData->heap; }85 Heap* heap() const { return &m_globalData->heap; } 86 86 87 87 private:
Note:
See TracChangeset
for help on using the changeset viewer.