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

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

mercurial