Changeset 226407 in webkit for trunk/Source/JavaScriptCore/heap/Heap.h
- Timestamp:
- Jan 4, 2018, 7:54:40 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.h
r226405 r226407 31 31 #include "GCRequest.h" 32 32 #include "HandleSet.h" 33 #include "HandleStack.h"34 33 #include "HeapFinalizerCallback.h" 35 34 #include "HeapObserver.h" … … 239 238 240 239 HandleSet* handleSet() { return &m_handleSet; } 241 HandleStack* handleStack() { return &m_handleStack; }242 240 243 241 void willStartIterating(); … … 606 604 607 605 HandleSet m_handleSet; 608 HandleStack m_handleStack;609 606 std::unique_ptr<CodeBlockSet> m_codeBlocks; 610 607 std::unique_ptr<JITStubRoutineSet> m_jitStubRoutines;
Note:
See TracChangeset
for help on using the changeset viewer.