Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mozilla/rhino
/ mapCurrentPos
Method
mapCurrentPos
rhino/src/main/java/org/mozilla/javascript/Parser.java:292–294 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
290
}
291
292
private
MappedLocation mapCurrentPos() {
293
return
mapLocation(currentPos.getLineno(), currentPos.getLine(), currentPos.getOffset());
294
}
295
296
private
void
addStrictWarning(
297
String messageId,
Callers
2
addWarning
Method · 0.95
addError
Method · 0.95
Calls
4
mapLocation
Method · 0.95
getLineno
Method · 0.65
getLine
Method · 0.65
getOffset
Method · 0.65
Tested by
no test coverage detected