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

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:d4272d80d64b
1 function a() {
2 with(a) eval("arguments[0]");
3 } a();

mercurial