_realNames.js 98 B

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