Changeset 209764 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Dec 13, 2016, 11:38:13 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r209725 r209764 3260 3260 result = runJSC(vm, options); 3261 3261 3262 #if ENABLE(VM_COUNTERS)3263 vm->dumpCounters();3264 #endif3265 3262 if (Options::gcAtEnd()) { 3266 3263 // We need to hold the API lock to do a GC.
Note:
See TracChangeset
for help on using the changeset viewer.