MCPcopy Index your code
hub / github.com/nodejs/node / test-repl-uncaught-exception-after-input-ended.js

File test-repl-uncaught-exception-after-input-ended.js

test/parallel/test-repl-uncaught-exception-after-input-ended.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2const common = require('../common');
3const { start } = require('node:repl');
4const { PassThrough } = require('node:stream');

Callers

nothing calls this directly

Calls 7

startFunction · 0.70
matchMethod · 0.65
requireFunction · 0.50
setImmediateFunction · 0.50
setEncodingMethod · 0.45
endMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected