Closed
Bug 1234738
Opened 10 years ago
Closed 10 years ago
Emit ALIASEDVAR ops for block-scoped lexicals at top level
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla47
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | fixed |
People
(Reporter: shu, Unassigned)
Details
Attachments
(1 file)
|
1.64 KB,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
Currently we emit NAME ops for lexicals at blocks at global level, e.g.:
{
let x;
function f() { x; /* emitted as GETNAME "x" */ }
}
| Reporter | ||
Comment 1•10 years ago
|
||
How should we test this?
Attachment #8701312 -
Flags: review?(jorendorff)
Updated•10 years ago
|
Attachment #8701312 -
Flags: review?(jorendorff) → review+
Comment 3•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•