summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/profiler/bug1478509.js
blob: eafe5a70b579113822654751d7d9802d9a6c6eee (plain)
1
2
3
4
5
// |jit-test| error: SyntaxError
enableGeckoProfiling();
s = newGlobal();
evalcx("let x;", s);
evalcx("let x;", s);