MCPcopy
hub / github.com/jquery-backstretch/jquery-backstretch / markFunction

Function markFunction

libs/jquery/jquery.js:3708–3711  ·  view source on GitHub ↗
( fn, value )

Source from the content-addressed store, hash-verified

3706
3707 // Augment a function for special use by Sizzle
3708 markFunction = function( fn, value ) {
3709 fn[ expando ] = value == null || value;
3710 return fn;
3711 },
3712
3713 createCache = function() {
3714 var cache = {},

Callers 5

createCacheFunction · 0.85
createPositionalPseudoFunction · 0.85
jquery.jsFile · 0.85
setMatcherFunction · 0.85
matcherFromGroupMatchersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected