Closed
Bug 579572
Opened 15 years ago
Closed 7 years ago
Narcissus JS does not support 'let'
Categories
(Other Applications Graveyard :: Narcissus, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: taustin, Assigned: taustin)
Details
Narcissus can now parse let, but jsexec does not handle it.
It appears that a number of unit tests might be failing for this reason specifically.
Assignee | ||
Comment 1•15 years ago
|
||
Investigation note: treating 'let' as a synonym for 'var' will allow another 13 unit test scripts to pass.
Comment 2•15 years ago
|
||
These tests are all predicated on version() >= 170, right? If so, they want let as a synonym for var only at top level of a program or function body, of course. In a block, let is quite different from var.
/be
Comment 3•15 years ago
|
||
Do we not actually have any tests that make sure 'let' terminates correctly at the end of blocks? I guess those would continue to fail after your change, so no difference in numbers.
Updated•15 years ago
|
Component: JavaScript Engine → Narcissus
Keywords: narcissus
Product: Core → Other Applications
QA Contact: general → narcissus
Comment 4•7 years ago
|
||
Narcissus is no longer maintained, closing.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•