Home
last modified time | relevance | path

Searched refs:eventEmit (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/
Ddomain.js477 const eventEmit = EventEmitter.prototype.emit; constant
489 return ReflectApply(eventEmit, this, args);
552 const ret = ReflectApply(eventEmit, this, args);