Changeset 178884 in webkit for trunk/Source/JavaScriptCore/heap/Heap.h
- Timestamp:
- Jan 21, 2015, 6:56:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.h
r178364 r178884 377 377 double m_lastCodeDiscardTime; 378 378 379 DoublyLinkedList<ExecutableBase> m_compiledCode;379 Vector<ExecutableBase*> m_compiledCode; 380 380 381 381 RefPtr<GCActivityCallback> m_fullActivityCallback;
Note:
See TracChangeset
for help on using the changeset viewer.