Closed
Bug 1633145
Opened 5 years ago
Closed 5 years ago
Some JSAPI cleanup
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: evilpie, Assigned: evilpie)
References
Details
Attachments
(8 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
Consumers should not have to care about JSPROP_INTERNAL_USE_BIT.
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/d83b3a48d20b
Hide internal flags in JSPropertySpec. r=arai
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D72536
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D72537
Assignee | ||
Comment 6•5 years ago
|
||
Comment 7•5 years ago
|
||
bugherder |
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c3ad2fb081ba
Add more methods to JS::PropertyKey. r=arai
https://hg.mozilla.org/integration/autoland/rev/aa83cc21ce8c
Add PropertyKey::isWellKnownSymbol. r=arai
https://hg.mozilla.org/integration/autoland/rev/cc5d1f4ad5d9
Replace JSID_IS_GCTHING. r=arai
https://hg.mozilla.org/integration/autoland/rev/404e9ae4d35f
Add JS::PropertyKey::toGCCellPtr. r=arai
Assignee | ||
Comment 9•5 years ago
|
||
I am honstely still not convinced that this function should actually exists.
It seems like a convulted way of saying AtomToId, while also asserting that the atom is pinned.
Assignee | ||
Comment 10•5 years ago
|
||
This also allows us to remove JSID_FROM_BITS and gives us stronger assertions everywhere for the whack integer-string case.
Depends on D72563
Comment 11•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Priority: -- → P3
Assignee | ||
Comment 12•5 years ago
|
||
I didn't actually plan to get this much done here... I am going to file a bug to remove the rest of the old JSID API.
Keywords: leave-open
Comment 13•5 years ago
|
||
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/a67f17092a5b
Replace INTERNED_STRING_TO_JSID. r=jandem
https://hg.mozilla.org/integration/autoland/rev/bc9396fd6328
Replace NON_INTEGER_ATOM_TO_JSID. r=jandem
Assignee | ||
Comment 14•5 years ago
|
||
Comment 15•5 years ago
|
||
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/5c4212964f75
Bustage fix for jsglue.cpp
Comment 16•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a67f17092a5b
https://hg.mozilla.org/mozilla-central/rev/bc9396fd6328
https://hg.mozilla.org/mozilla-central/rev/5c4212964f75
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•