function __EXPORT(f) { eval('__PUBLIC_' + f + '=' + f); } function getName() { return 'This is hatter!'; } __EXPORT('getName');