MCPcopy Index your code
hub / github.com/nodejs/node / test-primitive-timer-leak.js

File test-primitive-timer-leak.js

test/parallel/test-primitive-timer-leak.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2// Flags: --expose-gc
3require('../common');
4const { onGC } = require('../common/gc');

Callers

nothing calls this directly

Calls 6

onGCFunction · 0.85
clearIntervalFunction · 0.85
requireFunction · 0.50
setIntervalFunction · 0.50
setTimeoutFunction · 0.50
logMethod · 0.45

Tested by

no test coverage detected