Bug 163260 - Change ArrayPrototype.cpp's putLength() and setLength() to take a VM& so that we can use vm.propertyNames.
Summary: Change ArrayPrototype.cpp's putLength() and setLength() to take a VM& so that...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-10 17:41 PDT by Mark Lam
Modified: 2016-10-10 17:48 PDT (History)
4 users (show)

See Also:


Attachments
proposed patch. (4.91 KB, patch)
2016-10-10 17:44 PDT, Mark Lam
saam: review+
Details | Formatted Diff | Diff

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