archives

« Bugzilla Issues Index

#2958 — 9.2.13 Function Declaration Instantiation: Set needsSpecialArgumentsBinding=false when "arguments" is a lexical name


9.2.13 Function Declaration Instantiation(func, argumentsList, env ) Abstract Operation

Step 18.b also needs to set needsSpecialArgumentsBinding to false.


test case:
---
function f() {
let arguments;
}
f()
---


fixed in rev26 editor's draft


Fixed in Rev26