Description[regexp] Fold repeated assertions
For instance, /\b\b\b\B\B\B/ is folded into the equivalent /\b\B/.
BUG=v8:6126
Review-Url: https://codereview.chromium.org/2768443003
Cr-Commit-Position: refs/heads/master@{#44004}
Committed: https://chromium.googlesource.com/v8/v8/+/c8e4c8b9263b5009716804f06f39225a9dd7fc68
Patch Set 1 #Patch Set 2 : Simpler solution during parsing #
Messages
Total messages: 16 (12 generated)
|