All files / pdf.js/external/builder/fixtures_esprima comments.js

0% Statements 0/5
0% Branches 0/4
0% Functions 0/3
0% Lines 0/5
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27                                                     
/* globals f0 */
function f1() {
  /* head */
  "1";
  /* mid */
  "2";
  /* tail */
}
 
function f2() {
  // head
  "1";
  // mid
  "2";
  // tail
}
 
function f2() {
  if ("1") { // begin block
    "1";
  }
  "2"; // trailing
  if (/* s */"3"/*e*/) {
    "4";
  }
}