Changeset 190179 in webkit for trunk/Source/JavaScriptCore/heap/Heap.h
- Timestamp:
- Sep 23, 2015, 12:02:55 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.h
r190151 r190179 187 187 JS_EXPORT_PRIVATE std::unique_ptr<TypeCountSet> protectedObjectTypeCounts(); 188 188 JS_EXPORT_PRIVATE std::unique_ptr<TypeCountSet> objectTypeCounts(); 189 void showStatistics();190 189 191 190 HashSet<MarkedArgumentBuffer*>& markListSet();
Note:
See TracChangeset
for help on using the changeset viewer.