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

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:5295ba79d099
1
2 function foo() {
3 with(foo) this["00"]=function(){}
4 }
5 new foo;

mercurial