Open
Bug 1490976
Opened 2 years ago
Perform CheckPositionalParameterIndices at once, in the same timing as the BinAST spec
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: arai, Unassigned)
References
Details
In the patch in bug 1472103, CheckPositionalParameterIndices is performed in multiple places, and the order doesn't match to the spec.
You need to log in
before you can comment on or make changes to this bug.
Description
•