Changeset 179392 in webkit for trunk/Source/JavaScriptCore/heap/Heap.cpp
- Timestamp:
- Jan 29, 2015, 8:28:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.cpp
r179359 r179392 993 993 } 994 994 995 if (vm()->callEdgeLog) { 996 DeferGCForAWhile awhile(*this); 997 vm()->callEdgeLog->processLog(); 998 } 999 995 1000 RELEASE_ASSERT(!m_deferralDepth); 996 1001 ASSERT(vm()->currentThreadIsHoldingAPILock());
Note:
See TracChangeset
for help on using the changeset viewer.