Changeset 189515 in webkit for trunk/Source/JavaScriptCore/interpreter/JSStack.cpp
- Timestamp:
- Sep 8, 2015, 4:10:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/JSStack.cpp
r188499 r189515 103 103 } 104 104 105 void JSStack::gatherConservativeRoots(ConservativeRoots& conservativeRoots)106 {107 conservativeRoots.add(topOfStack() + 1, highAddress());108 }109 110 105 void JSStack::gatherConservativeRoots(ConservativeRoots& conservativeRoots, JITStubRoutineSet& jitStubRoutines, CodeBlockSet& codeBlocks) 111 106 {
Note:
See TracChangeset
for help on using the changeset viewer.