PageRenderTime 39ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/tests/javascript/javascript-throw.js

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
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
  1. try {
  2. throw "x";
  3. }
  4. catch (e) {
  5. ;
  6. }