summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug876226.js
blob: 4fb779b4f9649cee5eef7f2a04702dbae38b9925 (plain)
1
2
3
4
5
6
// |jit-test| error: SyntaxError
try {
    evaluate("throw 3");
} catch(e) {}

evaluate("()", {});