[webkit-reviews] review granted: [Bug 173227] [JSC] Update RegExp.prototype.[@@search]] implementation according to the latest spec : [Attachment 312574] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 10 10:56:42 PDT 2017


Mark Lam <mark.lam at apple.com> has granted Yusuke Suzuki
<utatane.tea at gmail.com>'s request for review:
Bug 173227: [JSC] Update RegExp.prototype.[@@search]] implementation according
to the latest spec
https://bugs.webkit.org/show_bug.cgi?id=173227

Attachment 312574: Patch

https://bugs.webkit.org/attachment.cgi?id=312574&action=review




--- Comment #2 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 312574
  --> https://bugs.webkit.org/attachment.cgi?id=312574
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=312574&action=review

r=me with suggested ChangeLog change.

> Source/JavaScriptCore/ChangeLog:10
> +	   The latest spec introduces slight change to
RegExp.prototype.[@@search].
> +	   This patch applies this change. Basically, this change is done in
the slow path of
> +	   the RegExp.prototype[@@search].

Please include the spec url here for easy reference.


More information about the webkit-reviews mailing list