Changeset 34791 in webkit for trunk/JavaScriptCore/kjs/JSGlobalData.h
- Timestamp:
- Jun 25, 2008, 12:07:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalData.h
r34684 r34791 73 73 const ArgList emptyList; // Lists are supposed to be allocated on the stack to have their elements properly marked, which is not the case here - but this list has nothing to mark. 74 74 75 HashSet<ParserRefCounted*> newTrackedObjects; 76 HashCountedSet<ParserRefCounted*> trackedObjectExtraRefCounts; 75 // Tracked object sets are transient, only needed when parsing. 76 HashSet<ParserRefCounted*>* newTrackedObjects; 77 HashCountedSet<ParserRefCounted*>* trackedObjectExtraRefCounts; 77 78 78 79 Lexer* lexer;
Note:
See TracChangeset
for help on using the changeset viewer.