Showing 6,062 of 6,062 total issues
Avoid too many return
statements within this function. Open
Open
return ret("operator", null, stream.current());
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == "[") return cont(pushlex("]"), commasep(expression, "]"), poplex, maybeoperator);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == ";") return cont();
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == "for") return cont(pushlex("form"), expect("("), pushlex(")"), forspec1, expect(")"),
poplex, statement, poplex);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == "catch") return cont(pushlex("form"), pushcontext, expect("("), funarg, expect(")"),
statement, poplex, popcontext);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == "{") return cont(pushlex("}"), commasep(objprop, "}"), poplex, maybeoperator);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == "case") return cont(expression, expect(":"));
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return chain(stream, state, jsTokenComment);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return pass(pushlex("stat"), expression, expect(";"), poplex);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (mod && code == 90) {undo(); return e.stop();} // ctrl-z
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ret("operator", null, stream.current());
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == "operator") return cont(expression);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == "[") return cont(pushlex("]"), expression, expect("]"), poplex, maybeoperator);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (mod && ((e.e.shiftKey && code == 90) || code == 89)) {redo(); return e.stop();} // ctrl-shift-z, ctrl-y
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (type == "default") return cont(expect(":"));
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
if (ld && +new Date - ld < 400) return selectLine(start.line);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
else return pos;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return {start: start, end: end};
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return this.constructor( context ).find( selector );
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return results;
- Create a ticketCreate a ticket