Extend regular expression fuzzer dictionary
We’ve recently shipped some new regular expression features in V8. This patch extends the fuzzer dictionary with the new syntax for: - positive lookbehind assertions - negative lookbehind assertions - named capture groups - Unicode property escapes More information on these features can be found here: - https://mathiasbynens.be/notes/es-regexp-proposals - https://developers.google.com/web/updates/2017/07/upcoming-regexp-features BUG=v8:7225 Change-Id: Ia506ba2282932fce43b02f1eccf327c8cd869101 Reviewed-on: https://chromium-review.googlesource.com/832526 Commit-Queue: Mathias Bynens <mathias@chromium.org> Reviewed-by:Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#524714}
Showing
Please register or sign in to comment