Closed
Bug 790254
Opened 13 years ago
Closed 10 years ago
reflect.parse tryStatement has "handler", not handlers
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: glind, Unassigned)
References
Details
(Whiteboard: [js:p3])
https://developer.mozilla.org/en-US/docs/SpiderMonkey/Parser_API suggests "TryStatement" should 'handlers', but it's 'handler', and singular.
(Escodegen and others expect handlers)
Updated•12 years ago
|
Whiteboard: [js:p3]
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Comment 1•10 years ago
|
||
Apparently the page has been updated, "handler" (singular) is correct. ESTree [1] also specifies "handler", therefore resolving as Won't Fix.
[1] https://github.com/estree/estree/blob/master/spec.md#trystatement
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•