var me = { a: function() { /* ... */ }; b: function() { /* ... */ }; c: function() { /* ... */ }; } me.a(); me.b(); me.c();