Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
78
def
DebugPrint(s):
79
if
not DEBUG:
return
80
print(s)
81
82
83
class
Descriptor(object):
Callers
15
__init__
Method · 0.85
_ReadDirectories
Method · 0.85
_AnalyzeMinidump
Function · 0.85
deopt-regression.js
File · 0.85
debug-print.js
File · 0.85
debugPrint.js
File · 0.85
array-pop.js
File · 0.85
regress-471363817.js
File · 0.85
custom-descriptors-interop.js
File · 0.85
fastSloppyArguments2
Function · 0.85
regress-347912.js
File · 0.85
inner
Function · 0.85
Calls
1
print
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…