setBreakpoint-on-line.js 71 B

12345678
  1. "use strict";
  2. function f() {
  3. var a = 1;
  4. var b = 2;
  5. var c = 3;
  6. }