Changeset 156064 in webkit for trunk/Source/JavaScriptCore/runtime/Options.h
- Timestamp:
- Sep 18, 2013, 3:09:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Options.h
r155023 r156064 206 206 v(unsigned, gcMaxHeapSize, 0) \ 207 207 v(bool, recordGCPauseTimes, false) \ 208 v(bool, logHeapStatisticsAtExit, false) 208 v(bool, logHeapStatisticsAtExit, false) \ 209 \ 210 v(bool, neverDeleteVMInCommandLine, false) 209 211 210 212 class Options {
Note:
See TracChangeset
for help on using the changeset viewer.