Bug 163260

Summary: Change ArrayPrototype.cpp's putLength() and setLength() to take a VM& so that we can use vm.propertyNames.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, msaboff, saam
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. saam: review+

Mark Lam
Reported 2016-10-10 17:41:11 PDT
In call cases where we call these, we already have the VM& anyway.
Attachments
proposed patch. (4.91 KB, patch)
2016-10-10 17:44 PDT, Mark Lam
saam: review+
Mark Lam
Comment 1 2016-10-10 17:44:46 PDT
Created attachment 291199 [details] proposed patch.
Mark Lam
Comment 2 2016-10-10 17:48:49 PDT
Thanks for the review. Landed in r207036: <http://trac.webkit.org/r207036>.
Note You need to log in before you can comment on or make changes to this bug.