MCPcopy Index your code
hub / github.com/DHTMLX/gantt / isContinuedStatement

Function isContinuedStatement

samples/common/codehighlight/javascript.js:837–841  ·  view source on GitHub ↗
(state, textAfter)

Source from the content-addressed store, hash-verified

835 }
836
837 function isContinuedStatement(state, textAfter) {
838 return state.lastType == "operator" || state.lastType == "," ||
839 isOperatorChar.test(textAfter.charAt(0)) ||
840 /[,.]/.test(textAfter.charAt(0));
841 }
842
843 function expressionAllowed(stream, state, backUp) {
844 return state.tokenize == tokenBase &&

Callers 1

javascript.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected