MCPcopy Create free account
hub / github.com/kkroening/ffmpeg-python / indexOf

Function indexOf

doc/html/_static/jquery-3.2.1.js:597–606  ·  view source on GitHub ↗
( list, elem )

Source from the content-addressed store, hash-verified

595 // Use a stripped-down indexOf as it's faster than native
596 // https://jsperf.com/thor-indexof-vs-for/5
597 indexOf = function( list, elem ) {
598 var i = 0,
599 len = list.length;
600 for ( ; i < len; i++ ) {
601 if ( list[i] === elem ) {
602 return i;
603 }
604 }
605 return -1;
606 },
607
608 booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",
609

Callers 3

jquery-3.2.1.jsFile · 0.85
setMatcherFunction · 0.85
matcherFromTokensFunction · 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…