Bug 155093 - [JSC] RegExp#lastIndex should handle writable attribute when defining in defineOwnProperty path
Summary: [JSC] RegExp#lastIndex should handle writable attribute when defining in defi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-06 10:11 PST by Yusuke Suzuki
Modified: 2016-03-06 12:08 PST (History)
7 users (show)

See Also:


Attachments
Patch (5.72 KB, patch)
2016-03-06 10:13 PST, Yusuke Suzuki
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2016-03-06 10:11:59 PST
[JSC] RegExp#lastIndex should handle writable attribute when defining in defineOwnProperty path
Comment 1 Yusuke Suzuki 2016-03-06 10:13:55 PST
Created attachment 273139 [details]
Patch
Comment 2 Yusuke Suzuki 2016-03-06 12:08:22 PST
Committed r197640: <http://trac.webkit.org/changeset/197640>