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

Function version

lib/internal/debugger/inspect_repl.js:1171–1179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1169 },
1170
1171 get version() {
1172 return PromisePrototypeThen(Runtime.evaluate({
1173 expression: 'process.versions.v8',
1174 contextId: 1,
1175 returnByValue: true,
1176 }), ({ result }) => {
1177 print(result.value);
1178 });
1179 },
1180
1181 scripts: listScripts,
1182

Callers

nothing calls this directly

Calls 2

printFunction · 0.70
evaluateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…