summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/xpcshell/setBreakpoint-on-column-minified.js
blob: 1fbf8ef16ebdb6b9d1815fc33f37c43e205f9a3a (plain)
1
2
3
4
5
6
7
8
"use strict";

function other(){ var a = 1; } function test(){ var a = 1; var b = 2; var c = 3; }

function f() {
  other();
  test();
}