MCPcopy 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

addWarningMethod · 0.95
addErrorMethod · 0.95

Calls 4

mapLocationMethod · 0.95
getLinenoMethod · 0.65
getLineMethod · 0.65
getOffsetMethod · 0.65

Tested by

no test coverage detected