MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / startLine

Function startLine

lib/web/jshint.js:19914–19916  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

19912 // Functions for conformance of style.
19913
19914 function startLine(token) {
19915 return token.startLine || token.line;
19916 }
19917
19918 function nobreaknonadjacent(left, right) {
19919 left = left || state.tokens.curr;

Callers 8

isEndOfExprFunction · 0.70
expressionFunction · 0.70
nobreaknonadjacentFunction · 0.70
nolinebreakFunction · 0.70
nobreakcommaFunction · 0.70
parseFinalSemicolonFunction · 0.70
jshint.jsFile · 0.70
mozYieldFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected