Changeset 179211 in webkit for trunk/Source/JavaScriptCore/heap/Heap.cpp
- Timestamp:
- Jan 27, 2015, 1:34:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.cpp
r179192 r179211 309 309 , m_totalBytesCopied(0) 310 310 , m_operationInProgress(NoOperation) 311 , m_blockAllocator() 311 312 , m_objectSpace(this) 312 313 , m_storageSpace(this) … … 317 318 , m_copyVisitor(m_sharedData) 318 319 , m_handleSet(vm) 319 , m_codeBlocks( )320 , m_codeBlocks(m_blockAllocator) 320 321 , m_isSafeToCollect(false) 321 322 , m_writeBarrierBuffer(256)
Note:
See TracChangeset
for help on using the changeset viewer.