PageRenderTime 28ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

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

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
JavaScript | 10 lines | 8 code | 2 blank | 0 comment | 2 complexity | ecab2d024cc25e6498a087343d5043d5 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. var x;
  2. do {
  3. x = false;
  4. }
  5. while (x);
  6. do
  7. x = false;
  8. while (x);