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/jaeger/bug584644-2.js
js/src/jit-test/tests/jaeger/bug584644-2.js
branch
TOR_BUG_3246
changeset 7
129ffea94266
equal
deleted
inserted
replaced
-1:000000000000
0:0d919508f708
1
this.__defineSetter__("x", function(v) { return /a/.exec(v); })
2
Function("\
3
for each(w in[0,0,0]) {\
4
for each(y in[0,0,0,0,0,0,0,0,x,0,0,0,0,0,0,0,0,0,x,0,0,0,0,0,0,0,x]) {}\
5
}\
6
")()
7