MCPcopy
hub / github.com/john-smilga/node-express-course / Y

Function Y

10-e-commerce-api/final/public/browser-app.js:2340–2362  ·  view source on GitHub ↗
(a, b, c, d, e, f, g)

Source from the content-addressed store, hash-verified

2338 );
2339 }
2340 var Y = function (a, b, c, d, e, f, g) {
2341 var h = 0,
2342 i = a.length,
2343 j = null == c;
2344 if ('object' === n.type(c)) {
2345 e = !0;
2346 for (h in c) Y(a, b, h, c[h], !0, f, g);
2347 } else if (
2348 void 0 !== d &&
2349 ((e = !0),
2350 n.isFunction(d) || (g = !0),
2351 j &&
2352 (g
2353 ? (b.call(a, d), (b = null))
2354 : ((j = b),
2355 (b = function (a, b, c) {
2356 return j.call(n(a), c);
2357 }))),
2358 b)
2359 )
2360 for (; i > h; h++) b(a[h], c, g ? d : d.call(a[h], h, b(a[h], c)));
2361 return e ? a : j ? b.call(a) : i ? b(a[0], c) : f;
2362 },
2363 Z = /^(?:checkbox|radio)$/i,
2364 $ = /<([\w:-]+)/,
2365 _ = /^$|\/(?:java|ecma)script/i,

Callers 1

browser-app.jsFile · 0.70

Calls 2

nFunction · 0.70
bFunction · 0.70

Tested by

no test coverage detected