Closed
Bug 1646752
Opened 5 years ago
Closed 5 years ago
Treat BigInt property names as computed expressions in the parser
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: djvj, Assigned: djvj)
References
Details
Attachments
(1 file)
This blocks parser-atoms work because I really think it's worth the effort to duplicate a bunch of big-int normalization and atomization logic for parser atoms.
BigInt properties are naturally expected to be rare, the common case is named properties.
Updated•5 years ago
|
Severity: -- → N/A
Priority: -- → P2
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → kvijayan
Status: NEW → ASSIGNED
Pushed by kvijayan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9a8b5b9ca323
Treat BigInt property names as computed expressions in the parser. r=jorendorff
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•