The Tor Browser
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
comparison: js/src/jit-test/tests/basic/bug660597.js
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;