Closed
Bug 1651709
Opened 5 years ago
Closed 5 years ago
Miscellaneous bugfixes in disabled ParserAtom code
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: djvj, Assigned: djvj)
References
Details
Attachments
(1 file)
This bug is to sort out some back-filled bugfix work that came out of the main "hairball" ParserAtoms patch. The bug is a post-hoc creation of the patch, which:
- Fixes a bug in the
isIndex()
implementation of ParserAtomEntry. - Adds proto-names to the parser-atoms commonNames table.
- Removes the whole "Invalid" construction scheme for ParserAtomIds, and just allows them to be constructed with nullptr entries.
The current patch up for review doesn't compile without this patch.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → kvijayan
Status: NEW → ASSIGNED
Updated•5 years ago
|
Severity: -- → N/A
Priority: -- → P1
Pushed by kvijayan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bf57564c564e
Miscellaneous bugfixes in disabled ParserAtom code. r=tcampbell
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•