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