function f() {
    var x = 1;
    var y;
    if (x = y = Math) {}
}
f();