/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/tests/javascript/javascript-for.js
JavaScript | 22 lines | 17 code | 5 blank | 0 comment | 6 complexity | 0586ab2aa62637d4542f828375c75903 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
- for (i in x) {
- x();
- }
- for (var i in x) {
- x();
- }
- for (i = 0; i < x; i++) {
- x();
- }
- for (var j = 0; j < x; j++) {
- x();
- }
- for (i in x)
- x();
- for (i.value in x) {
- x();
- }