MCPcopy Index your code
hub / github.com/sql-js/sql.js / multipleContexts

Function multipleContexts

documentation/javascript/application.js:5746–5752  ·  view source on GitHub ↗
( selector, contexts, results, seed )

Source from the content-addressed store, hash-verified

5744};
5745
5746function multipleContexts( selector, contexts, results, seed ) {
5747 var i = 0,
5748 len = contexts.length;
5749 for ( ; i < len; i++ ) {
5750 Sizzle( selector, contexts[i], results, seed );
5751 }
5752}
5753
5754function handlePOSGroup( selector, posfilter, argument, contexts, seed, not ) {
5755 var results,

Callers 2

handlePOSGroupFunction · 0.85
handlePOSFunction · 0.85

Calls 1

SizzleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…