Open
Bug 1530126
Opened 6 years ago
Updated 7 months ago
Create accessor methods for ParserSharedBase fields and use them from ParseContext
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
ASSIGNED
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Currently ParseContext is using ParserSharedBase (previously ParserBase) fields directly.
those access should be replaced with accessor methods (maybe protected, with friend), and those fields should be changed to protected.
Updated•2 years ago
|
Severity: normal → S3
Updated•7 months ago
|
Blocks: sm-frontend
Severity: S3 → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•