Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addWarning
Method · 0.95
addError
Method · 0.95
parse
Method · 0.95
reportErrorsIfExists
Method · 0.95
Calls
1
getMessageById
Method · 0.95
Tested by
no test coverage detected