Changeset 37215 in webkit for trunk/JavaScriptCore/kjs/JSGlobalData.h
- Timestamp:
- Oct 2, 2008, 4:48:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalData.h
r37190 r37215 31 31 32 32 #include <wtf/Forward.h> 33 #include <wtf/HashCountedSet.h>34 33 #include <wtf/HashMap.h> 35 #include <wtf/HashSet.h>36 34 #include <wtf/RefCounted.h> 35 #include "collector.h" 37 36 #include "SmallStrings.h" 38 37 … … 65 64 66 65 Machine* machine; 67 Heap* heap;68 66 69 67 const HashTable* arrayTable; … … 105 103 HashSet<JSObject*> arrayVisitedElements; 106 104 105 Heap heap; 106 107 107 private: 108 108 JSGlobalData(bool isShared = false);
Note:
See TracChangeset
for help on using the changeset viewer.