Changeset 52047 in webkit for trunk/JavaScriptCore/API
- Timestamp:
- Dec 11, 2009, 11:20:27 PM (16 years ago)
- Location:
- trunk/JavaScriptCore/API
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSBase.cpp
r52040 r52047 100 100 101 101 if (!globalData.heap.isBusy()) 102 globalData.heap.collect AllGarbage();102 globalData.heap.collect(); 103 103 104 104 // FIXME: Perhaps we should trigger a second mark and sweep -
trunk/JavaScriptCore/API/JSContextRef.cpp
r52040 r52047 134 134 globalData.heap.destroy(); 135 135 } else 136 globalData.heap.collect AllGarbage();136 globalData.heap.collect(); 137 137 138 138 globalData.deref();
Note:
See TracChangeset
for help on using the changeset viewer.