Closed
Bug 1588700
Opened 5 years ago
Closed 3 years ago
[BinAST] Implement dedicated `enterOptionalInterface`
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: arai, Unassigned)
References
Details
Currently BinASTTokenReaderContext::enterOptionalInterface
directly calls BinASTTokenReaderContext::enterSum
,
but internally there's a branch for sum/maybe in BinASTTokenReaderContext::readTagFromTable
, that's statically known.
the branch itself will be removed in https://phabricator.services.mozilla.com/D49198 , but still the corresponding branch is inside the Table implementation (whether the number of items <= 2)
Comment 1•3 years ago
|
||
Resolving BinAST bugs as Incomplete.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•