Summary: | RegExp operations should not take fast patch if lastIndex is not numeric. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Mark Lam <mark.lam> | ||||
Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | ews-watchlist, joepeck, keith_miller, msaboff, saam, webkit-bug-importer | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Mark Lam
2018-11-15 18:11:14 PST
Created attachment 355010 [details]
proposed patch.
Comment on attachment 355010 [details]
proposed patch.
r=me
Thanks for the review. Landed in r238267: <http://trac.webkit.org/r238267>. Comment on attachment 355010 [details] proposed patch. View in context: https://bugs.webkit.org/attachment.cgi?id=355010&action=review > JSTests/ChangeLog:3 > + RegExp operations should not take fast patch if lastIndex is not numeric. oops, this should be "path" not "patch" |