Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jsdom/jsdom
/ map
Method
map
lib/jsdom/living/nodes/HTMLCollection-impl.js:88–91 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
86
return
this._list.filter(...args);
87
}
88
map(...args) {
89
this._update();
90
return
this._list.map(...args);
91
}
92
indexOf(...args) {
93
this._update();
94
return
this._list.indexOf(...args);
Callers
15
attributes.js
File · 0.80
notifyMutationObservers
Function · 0.80
form-controls.js
File · 0.80
assignedNodes
Method · 0.80
normalizeKeyText
Function · 0.80
keyText
Method · 0.80
cssText
Method · 0.80
parsePageSelector
Function · 0.80
translateLayerRule
Function · 0.80
[idlUtils.supportedPropertyNames]
Method · 0.80
takeRecords
Method · 0.80
getAll
Method · 0.80
Calls
1
_update
Method · 0.95
Tested by
no test coverage detected