You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll take a look at this as soon as I can, but it may be a couple of days. The spec says "Do the search in the same manner as in String.prototype.match, including the update of searchValue.lastIndex.", but as far as I'm aware, lastIndex is only updated for global regexps.
This is blocking the V8 test
regexp.js
.Here is the minimum repro case:
It doesn't appear that the
if not search.Global
andsearch.Put
stuff is correct for String.prototype.replace.Native.String.fs lines 213-247
The text was updated successfully, but these errors were encountered: