summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/baseline/bug847410.js
blob: 052f218e037e67c3961003d6cb09240f926e0707 (plain)
1
2
3
4
5
function h(code) {
    f = eval("(function(){" + code + "})")
}
h("")
h("debugger;")