Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GNOME/gjs
/ preReplCleanups
Function
preReplCleanups
modules/script/_bootstrap/debugger.js:959–962 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
957
}
958
959
function
preReplCleanups() {
960
while
(replCleanups.length > 0)
961
replCleanups.pop()();
962
}
963
964
var
prevcmd;
965
function
repl() {
Callers
2
stepPopped
Function · 0.85
repl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected