RESOLVED FIXED 173227
[JSC] Update RegExp.prototype.[@@search]] implementation according to the latest spec
https://bugs.webkit.org/show_bug.cgi?id=173227
Summary [JSC] Update RegExp.prototype.[@@search]] implementation according to the lat...
Yusuke Suzuki
Reported 2017-06-10 10:46:45 PDT
[JSC] Update RegExp.prototype.[@@search]] implementation according to the latest spec
Attachments
Patch (3.94 KB, patch)
2017-06-10 10:48 PDT, Yusuke Suzuki
mark.lam: review+
Yusuke Suzuki
Comment 1 2017-06-10 10:48:34 PDT
Mark Lam
Comment 2 2017-06-10 10:56:42 PDT
Comment on attachment 312574 [details] 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.
Yusuke Suzuki
Comment 3 2017-06-10 11:01:58 PDT
Yusuke Suzuki
Comment 4 2017-06-10 11:35:27 PDT
Yusuke Suzuki
Comment 5 2017-06-10 12:20:56 PDT
Yusuke Suzuki
Comment 6 2017-06-11 00:53:31 PDT
Note You need to log in before you can comment on or make changes to this bug.