var o = this; for (var k in o) { 0; } var a; console.log(k); // output: a // // minify: k // // options: { // "mangle": false // }