Changeset 178284 in webkit for trunk/Source/JavaScriptCore/heap/Heap.h
- Timestamp:
- Jan 12, 2015, 10:26:11 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.h
r178266 r178284 276 276 277 277 void markRoots(double gcStartTime); 278 void gatherStackRoots(ConservativeRoots& );278 void gatherStackRoots(ConservativeRoots&, void** dummy); 279 279 void gatherJSStackRoots(ConservativeRoots&); 280 280 void gatherScratchBufferRoots(ConservativeRoots&);
Note:
See TracChangeset
for help on using the changeset viewer.