Showing 264 of 413 total issues
Avoid too many return
statements within this function. Open
Open
return scanIdentifier();
Avoid too many return
statements within this function. Open
Open
return scanNumericLiteral();
Avoid too many return
statements within this function. Open
Open
return markerApply(marker, delegate.createProperty('init', key, parseAssignmentExpression(), false, false, false));
Avoid too many return
statements within this function. Open
Open
return aLow < 0 ? null : aHaystack[aLow];
Avoid too many return
statements within this function. Open
Open
return type;
Avoid too many return
statements within this function. Open
Open
return code - UPPER
Avoid too many return
statements within this function. Open
Open
return { type: Token.Punctuator, value: '<<=', lineNumber: lineNumber, lineStart: lineStart,
Avoid too many return
statements within this function. Open
Open
return { type: Token.Punctuator, value: '>>=', lineNumber: lineNumber, lineStart: lineStart,
Avoid too many return
statements within this function. Open
Open
return scanPunctuator();
Avoid too many return
statements within this function. Open
Open
return markerApply( marker, delegate.createProperty( 'init', key,
Avoid too many return
statements within this function. Open
Open
return cmp;
Avoid too many return
statements within this function. Open
Open
return { type: Token.Punctuator, value: '...', lineNumber: lineNumber, lineStart: lineStart,
Avoid too many return
statements within this function. Open
Open
return parseArrowFunctionExpression(params, marker);
Avoid too many return
statements within this function. Open
Open
return markerApply(marker, parseGenericType());
Avoid too many return
statements within this function. Open
Open
return systemRequire(originalId);
Avoid too many return
statements within this function. Open
Open
return { type: Token.Punctuator, value: '>>>', lineNumber: lineNumber, lineStart: lineStart,
Avoid too many return
statements within this function. Open
Open
return False
Avoid too many return
statements within this function. Open
Open
return { type: Token.Punctuator, value: ch1, lineNumber: lineNumber, lineStart: lineStart,
Avoid too many return
statements within this function. Open
Open
return scanPunctuator();
Avoid too many return
statements within this function. Open
Open
return loaderCache[id];