function one() {
var a = 1;
if (a === true) {
a = 5;
}
function two(a, b) {
for (; b < 5; ++b) {
a = a * b;