Showing 2,136 of 3,976 total issues
Avoid too many return
statements within this function. Open
Open
return compare & 4 ? -1 : 1;
Avoid too many return
statements within this function. Open
Open
return forward(1);
Avoid too many return
statements within this function. Open
Open
return results;
Avoid too many return
statements within this function. Open
Open
return elem[ name ];
Avoid too many return
statements within this function. Open
Open
return other instanceof this.expectedObject;
Avoid too many return
statements within this function. Open
Open
return forward(2);
Avoid too many return
statements within this function. Open
Open
if (className != Object.prototype.toString.call(b)) { return false; }
Avoid too many return
statements within this function. Open
Open
return forward(3);
Avoid too many return
statements within this function. Open
Open
return key === undefined || hasOwn.call( obj, key );
Avoid too many return
statements within this function. Open
Open
return value;
Avoid too many return
statements within this function. Open
Open
return fileLocation;
Avoid too many return
statements within this function. Open
Open
return this.wrapInBraces(answer);
Avoid too many return
statements within this function. Open
Open
return [].concat(list[0].makeCode("["), base, list[index].makeCode("].concat("), concatPart, last.makeCode(")"));
Avoid too many return
statements within this function. Open
Open
return this.constructor( context ).find( selector );
Avoid too many return
statements within this function. Open
Open
return ret == null ? undefined : ret;
Avoid too many return
statements within this function. Open
Open
return ret;
Avoid too many return
statements within this function. Open
Open
return a.isEqualNode(b);
Avoid too many return
statements within this function. Open
Open
return a.outerHTML == b.outerHTML;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return fail;