summaryrefslogtreecommitdiff
path: root/browser/devtools/debugger/test/test-editor-mode
blob: a86191c986f81e057a6bd112220c165320bdd403 (plain)
1
2
3
4
5
6
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

function secondCall() {
  eval("debugger;");
}