node/lib/internal/process
Andreas Madsen 8d3b34b3b7 async_hooks: use common emitBefore and emitAfter
Timers and nextTick have special emitBefore and emitAfter functions for
historic reasons. These function are not needed any more, thus the
public emitBefore and emitAfter function can be used.

PR-URL: https://github.com/nodejs/node/pull/14050
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2017-07-19 15:02:15 -04:00
..
next_tick.js async_hooks: use common emitBefore and emitAfter 2017-07-19 15:02:15 -04:00
promises.js process: cast promise rejection reason to string 2017-04-30 01:00:46 +02:00
stdio.js stream: add destroy and _destroy methods. 2017-05-28 07:00:40 -07:00
warning.js process: fix permanent deopt 2017-06-07 13:27:05 -07:00
write-coverage.js lib: remove an unnecessary coverage check 2017-03-26 11:32:16 +02:00