Changeset 177029 in webkit for trunk/Source/JavaScriptCore/runtime/Options.h
- Timestamp:
- Dec 9, 2014, 11:39:29 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Options.h
r176836 r177029 113 113 v(bool, forceProfilerBytecodeGeneration, false) \ 114 114 \ 115 v(bool, enableFunctionDotArguments, false) \115 v(bool, enableFunctionDotArguments, true) \ 116 116 \ 117 117 /* showDisassembly implies showDFGDisassembly. */ \
Note:
See TracChangeset
for help on using the changeset viewer.