RESOLVED WONTFIX 79702
[chromium] Fix fast/regex/lastIndex.html after r109008
https://bugs.webkit.org/show_bug.cgi?id=79702
Summary [chromium] Fix fast/regex/lastIndex.html after r109008
Adrienne Walker
Reported 2012-02-27 14:14:07 PST
http://trac.webkit.org/changeset/109008 introduced some changes to the lastIndex property in JSC. I suspect that the V8 bindings probably need to be updated to behave similarly, but don't understand enough about this problem to know what needs to be done. See: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=fast%2Fregex%2Flastindex.html
Attachments
Kentaro Hara
Comment 1 2012-02-27 17:25:09 PST
(In reply to comment #0) > http://trac.webkit.org/changeset/109008 introduced some changes to the lastIndex property in JSC. I suspect that the V8 bindings probably need to be updated to behave similarly, but don't understand enough about this problem to know what needs to be done. Correct me if I am wrong: I guess that this is not a problem of V8 DOM bindings but a problem of V8 itself (outside WebKit). It appears the properties of regular expressions are handled inside V8.
Adrienne Walker
Comment 2 2012-02-28 09:20:01 PST
Note You need to log in before you can comment on or make changes to this bug.