Description[regexp] Add support for dotAll flag
The dotAll flag changes behavior of the dot '.' character to match every
possible single character instead of excluding certain line terminators.
The implementation is staged behind --harmony-regexp-dotall.
Spec proposal: https://github.com/mathiasbynens/es-regexp-dotall-flag
BUG=v8:6172
Review-Url: https://codereview.chromium.org/2780173002
Cr-Commit-Position: refs/heads/master@{#44295}
Committed: https://chromium.googlesource.com/v8/v8/+/cec39ad1ade5b38a7b203e9cc64cca867196f33a
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : Runtime check for --harmony-regexp-dotall in CSA #Patch Set 4 : Reserve enough space for '.' character range #
Total comments: 2
Patch Set 5 : Test U+180E #Patch Set 6 : Rebase and test disabled dotall #
Total comments: 2
Patch Set 7 : Address comments #
Messages
Total messages: 48 (34 generated)
|