Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ log
Method
log
src/main/java/org/dynjs/runtime/modules/UtilModule.java:56–59 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
54
}
55
56
@Export
57
public
void
log(String message) {
58
System.out.println(
new
Date().toString() +
" - "
+ message);
59
}
60
61
@Export
62
public
boolean isArray(Object thing) {
Callers
11
terminalReporter.js
File · 0.45
jasmine.js
File · 0.45
jasmine-html.js
File · 0.45
testLn10
Method · 0.45
testLn2
Method · 0.45
testLog2e
Method · 0.45
testMathLog
Method · 0.45
bnpChunkSize
Function · 0.45
base.js
File · 0.45
Math
Method · 0.45
call
Method · 0.45
Calls
1
toString
Method · 0.45
Tested by
4
testLn10
Method · 0.36
testLn2
Method · 0.36
testLog2e
Method · 0.36
testMathLog
Method · 0.36