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

Function print

deps/v8/test/inspector/sessions/runtime-remote-object.js:26–30  ·  view source on GitHub ↗
(num, session, message)

Source from the content-addressed store, hash-verified

24})();
25
26async function print(num, session, message) {
27 InspectorTest.log('Retrieving properties in ' + num);
28 var objectId = message.result.result.objectId;
29 InspectorTest.logMessage(await session.Protocol.Runtime.getProperties({objectId, ownProperties: true}));
30}

Callers 15

assertEqualsFunction · 0.50
testTzFunction · 0.50
testIdStartFunction · 0.50
testIdPartFunction · 0.50
_list_test_filenamesMethod · 0.50
_list_test_filenamesMethod · 0.50
receiveMessageMethod · 0.50
sendMessageMethod · 0.50
dispatchMessageMethod · 0.50

Calls 2

getPropertiesMethod · 0.80
logMethod · 0.45

Tested by 13

_list_test_filenamesMethod · 0.40
_list_test_filenamesMethod · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
_get_timeout_paramMethod · 0.40
_list_test_filenamesMethod · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…