Bug 95630

Summary: JSArray::putDirectIndex should by default behave like JSObject::putDirect
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, fpizlo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 91933    
Attachments:
Description Flags
the patch barraclough: review+, buildbot: commit-queue-

Filip Pizlo
Reported 2012-08-31 18:06:14 PDT
As in, it should ignore the possibility of the property already existing and being read-only, and the possibility of the object being non-extensible.
Attachments
the patch (19.83 KB, patch)
2012-08-31 18:22 PDT, Filip Pizlo
barraclough: review+
buildbot: commit-queue-
Filip Pizlo
Comment 1 2012-08-31 18:22:36 PDT
Created attachment 161806 [details] the patch
Build Bot
Comment 2 2012-08-31 18:48:08 PDT
Filip Pizlo
Comment 3 2012-08-31 18:51:17 PDT
Note You need to log in before you can comment on or make changes to this bug.