setBreakpoint-on-line-with-multiple-statements.js 67 B

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