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

Function print

deps/v8/tools/windbg.js:115–117  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

113 Output
114=============================================================================*/
115function print(s) {
116 host.diagnostics.debugLog(s + "\n");
117}
118
119function inspect(s) {
120 for (let k of Reflect.ownKeys(s)) {

Callers 15

dump-cpp.pyFile · 0.70
findMethod · 0.70
invokeMethod · 0.70
run.pyFile · 0.70
add_depot_tools_to_pathFunction · 0.70
PrintTestMethod · 0.70
MainFunction · 0.70
detect-builtins.jsFile · 0.70
print_commandFunction · 0.70
start_replay_serverFunction · 0.70
stop_replay_serverFunction · 0.70
generate_injectionFunction · 0.70

Calls

no outgoing calls

Tested by 15

PrintTestMethod · 0.56
MainFunction · 0.56
_CallFunction · 0.56
__init__Method · 0.56
_ErrorMethod · 0.56
CompileAndRunMethod · 0.56
MainFunction · 0.56
MainFunction · 0.56
writeFunction · 0.56
finishshardFunction · 0.56
selenium_class_scopeFunction · 0.40
MainFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…