Changeset 47022 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- Aug 10, 2009, 9:35:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.h
r46598 r47022 34 34 #include "JITStubs.h" 35 35 #include "JSValue.h" 36 #include "MarkStack.h" 36 37 #include "SmallStrings.h" 37 38 #include "TimeoutChecker.h" … … 98 99 RefPtr<Structure> notAnObjectErrorStubStructure; 99 100 RefPtr<Structure> notAnObjectStructure; 101 RefPtr<Structure> propertyNameIteratorStructure; 102 RefPtr<Structure> getterSetterStructure; 103 RefPtr<Structure> apiWrapperStructure; 104 100 105 #if USE(JSVALUE32) 101 106 RefPtr<Structure> numberStructure; … … 144 149 Stringifier* firstStringifierToMark; 145 150 151 MarkStack markStack; 146 152 private: 147 153 JSGlobalData(bool isShared, const VPtrSet&);
Note:
See TracChangeset
for help on using the changeset viewer.