Changeset 295703 in webkit for trunk/Source/JavaScriptCore/heap/Heap.cpp
- Timestamp:
- Jun 21, 2022, 4:57:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.cpp
r295624 r295703 660 660 } 661 661 662 void Heap::reduceArrayBufferSize(size_t bytes)663 {664 m_arrayBuffers.reduceSize(bytes);665 }666 667 662 template<typename CellType, typename CellSet> 668 663 void Heap::finalizeMarkedUnconditionalFinalizers(CellSet& cellSet)
Note:
See TracChangeset
for help on using the changeset viewer.