Changeset 172961 in webkit for trunk/Source/JavaScriptCore/heap/Heap.cpp
- Timestamp:
- Aug 26, 2014, 9:46:10 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Heap.cpp
r172940 r172961 985 985 } 986 986 987 if (vm()->callEdgeLog) {988 DeferGCForAWhile awhile(*this);989 vm()->callEdgeLog->processLog();990 }991 992 987 RELEASE_ASSERT(!m_deferralDepth); 993 988 ASSERT(vm()->currentThreadIsHoldingAPILock());
Note:
See TracChangeset
for help on using the changeset viewer.