Changeset 226017 in webkit for trunk/Source/JavaScriptCore/heap/Heap.h
- Timestamp:
- Dec 17, 2017, 9:24:05 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.h
r226010 r226017 500 500 template<typename CellType, typename CellSet> 501 501 void finalizeUnconditionalFinalizers(CellSet&); 502 503 template<typename CellType> 504 void finalizeUnconditionalFinalizersInIsoSubspace(); 502 505 503 506 void finalizeUnconditionalFinalizers();
Note:
See TracChangeset
for help on using the changeset viewer.