Open
Bug 1462745
Opened 7 years ago
Updated 3 years ago
Don't apply Annex-B block function semantics if an outer block function is present
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | affected |
People
(Reporter: anba, Unassigned)
References
(Blocks 1 open bug)
Details
See https://github.com/tc39/test262/blob/master/test/annexB/language/function-code/block-decl-nested-blocks-with-fun-decl.js
This is almost like <https://github.com/tc39/ecma262/issues/913>, except that this time the second function is in its own block.
Comment 1•7 years ago
|
||
Jeff, can you take this? Seems like an easy standard-compliance win.
Flags: needinfo?(jwalden+bmo)
Updated•7 years ago
|
Priority: -- → P2
Comment 2•3 years ago
|
||
Redirect a needinfo that is pending on an inactive user to the triage owner.
:sdetar, since the bug has high priority, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jwalden) → needinfo?(sdetar)
Updated•3 years ago
|
Severity: normal → S4
Flags: needinfo?(sdetar)
Priority: P2 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•