PageRenderTime 36ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

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

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