summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug660597.js
blob: 207a828e71e257de24b9d9ffd218782a9b676c7b (plain)
1
2
3
4
5
function foo() {
  with(foo) this["00"]=function(){}
}
new foo;