summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/code_script-switching-01.js
blob: 4ba2772deb35ab294a7bf91646ce9b0b200d3eee (plain)
1
2
3
4
5
6
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

function firstCall() {
  secondCall();
}