define(function () { 'use strict'; function foo() { }; function a() { foo(); foo(); var a; if (a.b) { } } a(); });