The regular expression tracing code has experienced a little bit rot. It needs to be updated to be useful.
Created attachment 227068 [details] Patch
Attachment 227068 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/runtime/RegExp.h:120: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4] ERROR: Source/JavaScriptCore/runtime/RegExp.h:121: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4] ERROR: Source/JavaScriptCore/runtime/RegExp.h:122: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4] ERROR: Source/JavaScriptCore/runtime/RegExp.h:123: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4] Total errors found: 4 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 227068 [details] Patch r=me
Committed r165855: <http://trac.webkit.org/changeset/165855>