Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parse
Method · 0.95
parseFunctionBody
Method · 0.95
parseFunctionParams
Method · 0.95
function
Method · 0.95
arrowFunction
Method · 0.95
statements
Method · 0.95
statementHelper
Method · 0.95
ifStatement
Method · 0.95
switchStatement
Method · 0.95
whileLoop
Method · 0.95
doLoop
Method · 0.95
forLoop
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected