Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ $
Method
$
deps/v8/tools/js/web-api-helper.mjs:17–19 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
15
}
16
17
$(id) {
18
return
this.shadowRoot.querySelector(id);
19
}
20
21
querySelectorAll(query) {
22
return
this.shadowRoot.querySelectorAll(query);
Callers
4
constructor
Method · 0.45
_updateLabel
Method · 0.45
handleClick
Method · 0.45
root
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected