Changeset 76185 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- Jan 19, 2011, 5:53:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalData.h
r75443 r76185 215 215 JSGlobalObject* dynamicGlobalObject; 216 216 217 HashSet<JSObject*> arrayVisitedElements;217 HashSet<JSObject*> stringRecursionCheckVisitedObjects; 218 218 219 219 Stringifier* firstStringifierToMark;
Note:
See TracChangeset
for help on using the changeset viewer.