MCPcopy Create free account
hub / github.com/dynjs/dynjs / getMessage

Method getMessage

src/main/java/org/dynjs/ir/instructions/Raise.java:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 public String getMessage() {
34 return message;
35 }
36
37 public String toString() {
38 return "raise " + type + ", '" + message + "'";

Callers 13

executeMethod · 0.45
runMethod · 0.45
executeMethod · 0.45
evaluateMethod · 0.45
loadMethod · 0.45
loadMethod · 0.45
generateModuleIDMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
setPatternAndFlagsMethod · 0.45
callMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected