00001 00008 function getHolder(func) { 00009 var object = func; 00010 return object.placeholder; 00011 } 00012 00013 module.exports = getHolder;