So that it could be reused by the code I will eventually add for parsing the LiveOuts section of StackMaps.
Created attachment 227876 [details] the patch
Created attachment 227877 [details] the patch Cleaned up a bit
Attachment 227877 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/ftl/FTLDWARFRegister.cpp:27: Found other header before a header this file implements. Should be: config.h, primary header, blank line, and then alphabetically sorted. [build/include_order] [4] ERROR: Source/JavaScriptCore/ftl/FTLDWARFRegister.cpp:31: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 2 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
(In reply to comment #3) > Attachment 227877 [details] did not pass style-queue: > > > ERROR: Source/JavaScriptCore/ftl/FTLDWARFRegister.cpp:27: Found other header before a header this file implements. Should be: config.h, primary header, blank line, and then alphabetically sorted. [build/include_order] [4] > ERROR: Source/JavaScriptCore/ftl/FTLDWARFRegister.cpp:31: Alphabetical sorting problem. [build/include_order] [4] > Total errors found: 2 in 7 files > > > If any of these errors are false positives, please file a bug against check-webkit-style. Fixed.
Landed in http://trac.webkit.org/changeset/166313