Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.80
coffee-script.js
File · 0.80
Calls
2
debug
Method · 0.95
toString
Method · 0.45
Tested by
no test coverage detected