MCPcopy
hub / github.com/jsdom/jsdom / indexOf

Method indexOf

lib/jsdom/living/nodes/HTMLCollection-impl.js:92–95  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

90 return this._list.map(...args);
91 }
92 indexOf(...args) {
93 this._update();
94 return this._list.indexOf(...args);
95 }
96};

Callers 15

removeMethod · 0.80
attributes.jsFile · 0.80
traverseHistoryMethod · 0.80
updateCurrentEntryMethod · 0.80
validate-names.jsFile · 0.80
cellIndexMethod · 0.80
afterMethod · 0.80
beforeMethod · 0.80
replaceWithMethod · 0.80
indexMethod · 0.80

Calls 1

_updateMethod · 0.95

Tested by

no test coverage detected