MCPcopy
hub / github.com/apache/caldera / setGlobalEval

Function setGlobalEval

static/jquery/jquery.js:4577–4587  ·  view source on GitHub ↗
( elems, refElements )

Source from the content-addressed store, hash-verified

4575
4576// Mark scripts as having already been evaluated
4577function setGlobalEval( elems, refElements ) {
4578 var elem,
4579 i = 0;
4580 for ( ; ( elem = elems[ i ] ) != null; i++ ) {
4581 jQuery._data(
4582 elem,
4583 "globalEval",
4584 !refElements || jQuery._data( refElements[ i ], "globalEval" )
4585 );
4586 }
4587}
4588
4589
4590var rhtml = /<|&#?\w+;/,

Callers 3

buildFragmentFunction · 0.85
removeFunction · 0.85
jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected