Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ removeAllChildren
Function
removeAllChildren
deps/v8/tools/profview/profview.js:11–15 ·
view source on GitHub ↗
(element)
Source
from the content-addressed store, hash-verified
9
}
10
11
function
removeAllChildren(element) {
12
while
(element.firstChild) {
13
element.removeChild(element.firstChild);
14
}
15
}
16
17
let
components;
18
function
createViews() {
Callers
5
render
Method · 0.85
render
Method · 0.85
render
Method · 0.85
resetUI
Method · 0.85
resetUI
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…