Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ repl.js
File
repl.js
lib/internal/main/repl.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
// Create the REPL if `-i` or `--interactive` is passed, or if
4
// the main module is not specified and stdin is a TTY.
Callers
nothing calls this directly
Calls
10
prepareMainThreadExecution
Function · 0.85
markBootstrapComplete
Function · 0.85
getOptionValue
Function · 0.85
require
Function · 0.50
evalScript
Function · 0.50
error
Method · 0.45
exit
Method · 0.45
log
Method · 0.45
on
Method · 0.45
once
Method · 0.45
Tested by
no test coverage detected