/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

  1. function f() {}
  2. var x = {};
  3. with (x) {
  4. f();
  5. }
  6. with (x)
  7. f();