Changeset 189515 in webkit for trunk/Source/JavaScriptCore/heap/Heap.h
- Timestamp:
- Sep 8, 2015, 4:10:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.h
r188884 r189515 198 198 void willStartIterating(); 199 199 void didFinishIterating(); 200 void getConservativeRegisterRoots(HashSet<JSCell*>& roots);201 200 202 201 double lastFullGCLength() const { return m_lastFullGCLength; }
Note:
See TracChangeset
for help on using the changeset viewer.