time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

_realNames.js (98B)


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