Closed
Bug 1673830
Opened 5 years ago
Closed 5 years ago
NativeObject methods sometimes specifies slot ranges with start and end index, sometimes with start and length
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
84 Branch
| Tracking | Status | |
|---|---|---|
| firefox84 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
Minor tidyup. We should pick one format and stick to it.
| Assignee | ||
Comment 1•5 years ago
|
||
Currently some slot ranges are specified with start and end (exclusive), and
some with start and length. I think the former works out slightly simpler.
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b9dcf577f517
Specify NativeObject slot ranges with start and end index, rather than start and length r=jandem
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•