js/src/jit-test/tests/basic/testBug776191.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:cf8528fec86d
1 (function() {
2 let(a, b, c) {
3 ((function() {
4 with({}) let(b) { ((function() { c = 0 })()) }
5 })())
6 }
7 })()

mercurial