Bug 79702 - [chromium] Fix fast/regex/lastIndex.html after r109008
Summary: [chromium] Fix fast/regex/lastIndex.html after r109008
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-27 14:14 PST by Adrienne Walker
Modified: 2013-04-08 11:16 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrienne Walker 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
Comment 1 Kentaro Hara 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.
Comment 2 Adrienne Walker 2012-02-28 09:20:01 PST
Filed here: http://code.google.com/p/v8/issues/detail?id=1976