summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/xpcshell/setBreakpoint-on-line-in-gcd-script.js
blob: fb96be8abaf750e9e0f25cb854f6c3f7cfcf5cd5 (plain)
1
2
3
4
5
6
7
8
9
"use strict";

function f() {}

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