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