/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/tests/javascript/javascript-throw.js
JavaScript | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 163f1ed07e42ce2f4cc604ffaf803cea MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
- try {
- throw "x";
- }
- catch (e) {
- ;
- }