"use strict"; var t = function () { var t = arguments[0] === undefined ? "foo" : arguments[0]; return t + " bar"; };