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

Method print

src/main/java/org/dynjs/runtime/modules/UtilModule.java:49–54  ·  view source on GitHub ↗
(Object... args)

Source from the content-addressed store, hash-verified

47 }
48
49 @Export
50 public void print(Object... args) {
51 for (Object arg : args) {
52 System.out.print(arg.toString());
53 }
54 }
55
56 @Export
57 public void log(String message) {

Callers 1

showPropertiesMethod · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected