summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/code_function-jump-01.js
blob: d71cbfa93c4aee64b5b8231e1cf4e031b5b95386 (plain)
1
2
3
4
5
6

function foo() {
    // some function
}

foo();