_realNames.js
1  /** Used to lookup unminified function names. */
2  var realNames = {};
3  
4  module.exports = realNames;