MCPcopy Create free account
hub / github.com/nodejs/node / testPassed

Function testPassed

deps/v8/test/webkit/resources/standalone-pre.js:48–51  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

46}
47
48function testPassed(msg)
49{
50 print("PASS", escapeString(msg));
51}
52
53function testFailed(msg)
54{

Calls 2

escapeStringFunction · 0.70
printFunction · 0.50

Tested by 1

testFunction · 0.68