Closed
Bug 551061
Opened 15 years ago
Closed 15 years ago
TM: cleanup ->isDenseArray and ->isArray use
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 549010
People
(Reporter: gal, Assigned: gal)
Details
Attachments
(1 file)
39.68 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
This should be a strict renaming with identical codegen. Touches a bunch of code and needs a solid eyeballing. Waldo to the rescue :)
Assignee | ||
Comment 1•15 years ago
|
||
Assignee: general → gal
Assignee | ||
Updated•15 years ago
|
Attachment #431241 -
Flags: review?(jwalden+bmo)
Comment 2•15 years ago
|
||
Comment on attachment 431241 [details] [diff] [review]
patch
Since you're here, can you add JSObject::isSlowArray as a sibling to isDenseArray, and call it from inside JSObject::isArray? This seems like an appropriate time to do it, and I'll want it for a couple patches pretty soon.
Attachment #431241 -
Flags: review?(jwalden+bmo) → review+
Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•