/** Used for built-in method references. */
var funcProto = ;
/** Used to resolve the decompiled source of functions. */
var funcToString = funcProto.;
/**
* Converts `func` to its source code.
*
* @private
* @param {Function} func The function to convert.
* @returns {string} Returns the source code.
*/
module.exports = toSource;