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

function f() {}

(function () {
  var a = 1;

  var c = 3;
})();