Open
Bug 1249175
Opened 9 years ago
Updated 6 months ago
Provide an "eval" which ignores TDZ errors and allows redeclaration of top level bindings.
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mrrrgn, Unassigned)
References
(Blocks 1 open bug)
Details
This would allow statements like |let x = f();| to execute multiple times within a single session from the web console or JS Shell. It would also remove the need for ForceLexicalInitiatlization (in jsfriends).
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → winter2718
Comment 1•2 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: winter2718 → nobody
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Updated•6 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•