1 test/script/error/conditional_catch_nse.js:33:11 Expected ) but found if
   2 } catch (e if e instanceof ReferenceError) {
   3            ^
   4 test/script/error/conditional_catch_nse.js:34:0 Expected eof but found }
   5 }
   6 ^