Closed
Bug 1633771
Opened 5 years ago
Closed 5 years ago
Private identifiers get wrong token kind.
Categories
(Core :: JavaScript Engine, defect, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
INVALID
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(1 obsolete file)
If private field support is enabled, we cannot parse code with private fields because the token gets the wrong type, getting an assert later.
Assignee | ||
Updated•5 years ago
|
Type: task → defect
Assignee | ||
Comment 1•5 years ago
|
||
This makes sure tokens get the correct TokenKind
Updated•5 years ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Updated•5 years ago
|
Priority: -- → P2
Updated•5 years ago
|
Attachment #9144028 -
Attachment is obsolete: true
Assignee | ||
Comment 2•5 years ago
|
||
Will be fixed as part of other patches, so resolving this invalid.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•