MCPcopy Create free account
hub / github.com/mozilla/rhino / lineNumber

Method lineNumber

rhino/src/main/java/org/mozilla/javascript/Parser.java:466–468  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

464 }
465
466 private int lineNumber() {
467 return lastTokenLineno;
468 }
469
470 private int columnNumber() {
471 return lastTokenColumn;

Callers 15

parseMethod · 0.95
parseFunctionBodyMethod · 0.95
parseFunctionParamsMethod · 0.95
functionMethod · 0.95
arrowFunctionMethod · 0.95
statementsMethod · 0.95
statementHelperMethod · 0.95
ifStatementMethod · 0.95
switchStatementMethod · 0.95
whileLoopMethod · 0.95
doLoopMethod · 0.95
forLoopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected