v8 API Deep Dive

External Buffer Memory Example

  • well v8 is able to resolve an object from the heap via its snapshot id
// 'binding' here is v8-profiler addon
var buf = binding.heap.getObjectByHeapObjectId(node.id);