Description[regexp] Implement regexp groups as wrapper.
Non-capturing groups so far did not have any effect, so we elided
them in the regexp parser. However, they do affect how lookarounds
are parsed: in unicode mode, lookarounds are not quantifiable. They
are however if wrapped in a group.
BUG=v8:5845
Review-Url: https://codereview.chromium.org/2636883002
Cr-Commit-Position: refs/heads/master@{#42436}
Committed: https://chromium.googlesource.com/v8/v8/+/92acec568c83c6278ce2e31493c7a1cd1dd6c8c5
Patch Set 1 #Patch Set 2 : test case #
Total comments: 2
Patch Set 3 : address comments #Patch Set 4 : fix #
Messages
Total messages: 20 (13 generated)
|