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

Function print_object_from_handle

deps/v8/tools/windbg.js:323–328  ·  view source on GitHub ↗
(handle_to_object)

Source from the content-addressed store, hash-verified

321}
322
323function print_object_from_handle(handle_to_object) {
324 let handle = host.evaluateExpression(handle_to_object);
325 let location = handle.location_;
326 let pobj = poi(location.address); // handles use uncompressed pointers
327 print_object(pobj);
328}
329
330function print_js_stack() {
331 make_call("_v8_internal_Print_StackTrace()");

Callers

nothing calls this directly

Calls 2

poiFunction · 0.85
print_objectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…