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

27 lines
266 B
JavaScript
Raw Normal View History

2016-05-11 08:05:29 +09:00
/* 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";
}
}