/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
- function f() {}
- var x = {};
- with (x) {
- f();
- }
- with (x)
- f();