Closed
Bug 1610296
Opened 5 years ago
Closed 5 years ago
Rename TypedArray_base::ComputeLengthAndData to TypedArray_base::ComputeState
Categories
(Core :: DOM: Bindings (WebIDL), enhancement, P2)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
Details
Attachments
(1 file)
This is filed as a follow-up bug of https://phabricator.services.mozilla.com/D59999#inline-366334.
Consumers also need to call ComputeLengthAndData()
before they call IsShared(). ComputeLengthAndData()
not only computes length and data, but also sharedness, so renaming ComputeLengthAndData()
to ComputeState()
probably makes the API clearer.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → echen
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Yes, it is ready to review.
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7618404411ed
Rename TypedArray_base::ComputeLengthAndData to TypedArray_base::ComputeState; r=bzbarsky
Comment 5•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•