MCPcopy
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.jsFile · 0.80
notifyMutationObserversFunction · 0.80
form-controls.jsFile · 0.80
assignedNodesMethod · 0.80
normalizeKeyTextFunction · 0.80
keyTextMethod · 0.80
cssTextMethod · 0.80
parsePageSelectorFunction · 0.80
translateLayerRuleFunction · 0.80
takeRecordsMethod · 0.80
getAllMethod · 0.80

Calls 1

_updateMethod · 0.95

Tested by

no test coverage detected