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/ion/bug914341.js
js/src/jit-test/tests/ion/bug914341.js
changeset 0
6474c204b198
equal
deleted
inserted
replaced
-1:000000000000
0:fd29ce1d9ec0
1
function f() {
2
assertEq(typeof eval("this"), "object");
3
}
4
for (var i=0; i<5; i++)
5
f();