Changeset 114772 in webkit for trunk/Source/JavaScriptCore/API/JSBase.cpp
- Timestamp:
- Apr 20, 2012, 12:55:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSBase.cpp
r114771 r114772 101 101 APIEntryShim entryShim(exec, false); 102 102 103 JSGlobalData& globalData = exec->globalData(); 104 if (!globalData.heap.isBusy()) 105 globalData.heap.activityCallback()->didAbandonObjectGraph(); 106 107 // FIXME: Perhaps we should trigger a second mark and sweep 108 // once the garbage collector is done if this is called when 109 // the collector is busy. 103 exec->globalData().heap.activityCallback()->didAbandonObjectGraph(); 110 104 } 111 105
Note:
See TracChangeset
for help on using the changeset viewer.