summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug882416.js
blob: 48dde941631cf82b644390b65270c82fe1b3f42d (plain)
1
2
3
4
5
// |jit-test| error: SyntaxError
Error.prototype.toString = Function;
evaluate("n f", {
    noScriptRval: true,
});