bug1604631.js (104B)
1 // |jit-test| error:can't access lexical declaration 2 x = []; 3 x.length; 4 evaluate("x.length; let x = 1");