Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-event-emitter-subclass.js39 Object.setPrototypeOf(ErrorEE.prototype, EventEmitter.prototype);
40 Object.setPrototypeOf(ErrorEE, EventEmitter);
41 function ErrorEE() { class
46 new ErrorEE();