MCPcopy 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

jasmine.jsFile · 0.45
jasmine-html.jsFile · 0.45
testLn10Method · 0.45
testLn2Method · 0.45
testLog2eMethod · 0.45
testMathLogMethod · 0.45
bnpChunkSizeFunction · 0.45
base.jsFile · 0.45
MathMethod · 0.45
callMethod · 0.45

Calls 1

toStringMethod · 0.45

Tested by 4

testLn10Method · 0.36
testLn2Method · 0.36
testLog2eMethod · 0.36
testMathLogMethod · 0.36