MCPcopy Index your code
hub / github.com/nodejs/node / DebugPrint

Function DebugPrint

deps/v8/tools/grokdump.py:78–80  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

76
77
78def DebugPrint(s):
79 if not DEBUG: return
80 print(s)
81
82
83class Descriptor(object):

Callers 15

__init__Method · 0.85
_ReadDirectoriesMethod · 0.85
_AnalyzeMinidumpFunction · 0.85
debug-print.jsFile · 0.85
debugPrint.jsFile · 0.85
array-pop.jsFile · 0.85
fastSloppyArguments2Function · 0.85
regress-347912.jsFile · 0.85
innerFunction · 0.85

Calls 1

printFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…