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

Method lookupMessage

rhino/src/main/java/org/mozilla/javascript/Parser.java:362–364  ·  view source on GitHub ↗
(String messageId)

Source from the content-addressed store, hash-verified

360 }
361
362 String lookupMessage(String messageId) {
363 return lookupMessage(messageId, null);
364 }
365
366 String lookupMessage(String messageId, String messageArg) {
367 return messageArg == null

Callers 4

addWarningMethod · 0.95
addErrorMethod · 0.95
parseMethod · 0.95
reportErrorsIfExistsMethod · 0.95

Calls 1

getMessageByIdMethod · 0.95

Tested by

no test coverage detected