0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/benchmark/events
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function
As per the discussion in #734, this patch deprecates the usage of
`EventEmitter.listenerCount` static function in the docs, and introduces
the `listenerCount` function in the prototype of `EventEmitter` itself.

PR-URL: https://github.com/nodejs/node/pull/2349
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
2015-08-20 03:17:08 +05:30
..
ee-add-remove.js
ee-emit-multi-args.js benchmark: bump eventemitter number of iterations 2015-02-07 00:54:38 +02:00
ee-emit.js benchmark: bump eventemitter number of iterations 2015-02-07 00:54:38 +02:00
ee-listener-count-on-prototype.js events: deprecate static listenerCount function 2015-08-20 03:17:08 +05:30
ee-listeners-many.js benchmark: bump eventemitter number of iterations 2015-02-07 00:54:38 +02:00
ee-listeners.js benchmark: bump eventemitter number of iterations 2015-02-07 00:54:38 +02:00