/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/tests/javascript/javascript-with.js
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
- function f() {}
- var x = {};
- with (x) {
- f();
- }
- with (x)
- f();