Suite.prototype.emit = function()

in www/benchmarks/uubench.js [106:111]


Suite.prototype.emit = function(type) {
  var event = this.options[type];
  if (event) {
    event.apply(this, Array.prototype.slice.call(arguments, 1));
  }
}