summaryrefslogtreecommitdiff
path: root/src/heap_utils.cc
AgeCommit message (Expand)Author
2019-11-08src: persist strings that are used multiple times in the environmentVadim Gorbachev
2019-05-26src: move DiagnosticFilename inlines into a -inl.hSam Roberts
2019-05-23src: remove memory_tracker-inl.h from header filesSam Roberts
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-03-28src: delete unreachable code in heap_utils.ccgengjiawen
2019-03-26src: store onread callback in internal fieldAnna Henningsen
2019-03-19src: replace heap_utils.createHeapSnapshot with v8.getHeapSnapshotJoyee Cheung
2019-03-13v8: integrate node-heapdump into coreJames M Snell
2019-02-09src: fix return type in Hashgengjiawen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-11-13src: bundle persistent-to-local methods as classGabriel Schulhof
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-08-19src: implement the new EmbedderGraph::AddEdge()Joyee Cheung
2018-07-15src: make heap snapshot & embedder graph accessible for testsAnna Henningsen