Infinite loop conditions JS-0092
Bug risk
Major
4 months ago4 months old
'S' is not modified in this loop
 1019                        (p &&
 1020                          ((i =
 1021                            (o = a[k] || (a[k] = {}))[a.uniqueID] ||
 1022                            (o[a.uniqueID] = {}))[h] = [S, d]), 1023                        a !== e));
 1024
 1025                  );
'p' is not modified in this loop
 1016                        ? a.nodeName.toLowerCase() !== f
 1017                        : a.nodeType !== 1) ||
 1018                        !++d ||
 1019                        (p && 1020                          ((i =
 1021                            (o = a[k] || (a[k] = {}))[a.uniqueID] ||
 1022                            (o[a.uniqueID] = {}))[h] = [S, d]),