Changeset 180690 in webkit for trunk/Source/JavaScriptCore/heap/Heap.h
- Timestamp:
- Feb 26, 2015, 11:44:08 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.h
r180617 r180690 120 120 VM* vm() const { return m_vm; } 121 121 MarkedSpace& objectSpace() { return m_objectSpace; } 122 JS_EXPORT_PRIVATE static MachineThreads& machineThreads();122 MachineThreads& machineThreads() { return m_machineThreads; } 123 123 124 124 const SlotVisitor& slotVisitor() const { return m_slotVisitor; } … … 356 356 std::unique_ptr<HashSet<MarkedArgumentBuffer*>> m_markListSet; 357 357 358 MachineThreads m_machineThreads; 359 358 360 GCThreadSharedData m_sharedData; 359 361 SlotVisitor m_slotVisitor;
Note:
See TracChangeset
for help on using the changeset viewer.