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/inline/bug646004.js
js/src/jit-test/tests/jaeger/inline/bug646004.js
changeset 0
6474c204b198
equal
deleted
inserted
replaced
-1:000000000000
0:f52bc2d0a791
1
function reportCompare (expected, actual, description) {}
2
function f()
3
{
4
f(f, 0x09AA, 0x09B0, f);
5
}
6
try {
7
reportCompare ("outer", f(),
8
"Inner function statement should not have been called.");
9
} catch (e) {}