MCPcopy Create free account
hub / github.com/nodejs/node / test-event-capture-rejections.js

File test-event-capture-rejections.js

test/parallel/test-event-capture-rejections.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2const common = require('../common');
3const assert = require('assert');
4const { EventEmitter, captureRejectionSymbol } = require('events');

Callers

nothing calls this directly

Calls 4

inheritsFunction · 0.85
captureRejectionsFunction · 0.85
forEachMethod · 0.65
requireFunction · 0.50

Tested by

no test coverage detected