!function() { return { a : function() { alert(true); }, b : function() { alert(false); } }[1 > 2 ? 'a' : 'b'](); }();