pdf.js/external/builder/fixtures_esprima/ifs-expected.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
101 B
JavaScript
Raw Normal View History

2016-05-11 08:05:29 +09:00
if ('test') {
"1";
2016-05-11 08:05:29 +09:00
}
{
"1";
2016-05-11 08:05:29 +09:00
}
{
"1";
2016-05-11 08:05:29 +09:00
}
{
"2";
2016-05-11 08:05:29 +09:00
}
if ('1') {
"1";
2016-05-11 08:05:29 +09:00
}
function f1() {
"1";
}