Bug 135139 - Refactor ArrayPrototype to use getLength() and putLength() utility functions
Summary: Refactor ArrayPrototype to use getLength() and putLength() utility functions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-21 17:47 PDT by Mark Lam
Modified: 2014-07-21 17:59 PDT (History)
0 users

See Also:


Attachments
the patch. (10.79 KB, patch)
2014-07-21 17:51 PDT, Mark Lam
oliver: 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 2014-07-21 17:47:59 PDT
This change only refactors the ArrayPrototype code to use 2 utility functions: getLength() and putLength().  There are no semantic changes.
Comment 1 Mark Lam 2014-07-21 17:51:41 PDT
Created attachment 235260 [details]
the patch.
Comment 2 Mark Lam 2014-07-21 17:59:09 PDT
Thanks.  Landed in r171328: <http://trac.webkit.org/r171328>.