Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mozilla/rhino
/ columnNumber
Method
columnNumber
rhino/src/main/java/org/mozilla/javascript/Parser.java:470–472 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
468
}
469
470
private
int
columnNumber() {
471
return
lastTokenColumn;
472
}
473
474
private
int
peekFlaggedToken() throws IOException {
475
peekToken();
Callers
15
parseFunctionBody
Method · 0.95
parseFunctionParams
Method · 0.95
function
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
tryStatement
Method · 0.95
throwStatement
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected