Bug 155093

Summary: [JSC] RegExp#lastIndex should handle writable attribute when defining in defineOwnProperty path
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, fpizlo, ggaren, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch fpizlo: review+

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>