Home
last modified time | relevance | path

Searched refs:getHeapStatistics (Results 1 – 8 of 8) sorted by relevance

/third_party/node/lib/
Dv8.js150 function getHeapStatistics() { function
350 getHeapStatistics, property
/third_party/node/test/parallel/
Dtest-v8-stats.js6 const s = v8.getHeapStatistics();
Dtest-worker-resource-limits.js40 const usedMB = v8.getHeapStatistics().used_heap_size / 1024 / 1024;
/third_party/node/doc/api/
Dv8.md142 ## `v8.getHeapStatistics()`
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md320 * src: add v8.getHeapStatistics() function (Ben Noordhuis)
DCHANGELOG_IOJS.md2454 …e/commit/5435cf2f1619721745c7a8ac06b4f833d0b80d25)] - v8: optimize `getHeapStatistics` (Vladimir K…
DCHANGELOG_V7.md1773 * **v8**: The data returned by `getHeapStatistics()` now includes three new fields: `malloced_memor…
DCHANGELOG_V12.md2988 * The object returned by `v8.getHeapStatistics()` has two new properties: