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

Method error

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

Source from the content-addressed store, hash-verified

33 }
34
35 @Export
36 public void error(Object... args) {
37 for (Object arg : args) {
38 this.debug(arg.toString());
39 }
40 }
41
42 @Export
43 public void puts(Object... args) {

Callers 2

scanner.jsFile · 0.80
coffee-script.jsFile · 0.80

Calls 2

debugMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected