Changeset 209678 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Dec 10, 2016, 5:14:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r209653 r209678 3252 3252 result = runJSC(vm, options); 3253 3253 3254 #if ENABLE(VM_COUNTERS)3255 vm->dumpCounters();3256 #endif3257 3254 if (Options::gcAtEnd()) { 3258 3255 // We need to hold the API lock to do a GC.
Note:
See TracChangeset
for help on using the changeset viewer.