0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/test
Roman Klauke ad7f74453d src: add total_available_size to v8 statistics
v8 introduced the new flag `total_available_size` in version 4.4
and upwards. This flag is now available on `v8.getHeapStatistics`
with the name `total_available_size`. It contains the total
available heap size of v8.

Introduced with commit: v8/v8-git-mirror@0a1352a7

PR-URL: https://github.com/nodejs/io.js/pull/2348
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-08-11 22:51:50 +02:00
..
addons deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
cctest deps: check in gtest, add util unit test 2015-04-01 22:35:56 +02:00
debugger debugger: improve ESRCH error message 2015-06-05 05:54:19 +02:00
disabled test: fix messages and use return to skip tests 2015-08-03 21:32:48 +05:30
fixtures test: add tests for persistent repl history 2015-08-04 11:56:18 -07:00
gc test: enable linting for tests 2015-05-19 21:21:27 +02:00
internet test: clarify dropMembership() call 2015-08-09 13:23:37 -07:00
message deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
parallel src: add total_available_size to v8 statistics 2015-08-11 22:51:50 +02:00
pummel test: remove two obsolete pummel tests 2015-08-04 11:56:15 -07:00
sequential test: add tests for persistent repl history 2015-08-04 11:56:18 -07:00
testpy test: create temp dir in common.js 2015-06-12 10:27:29 +10:00
timers test: enable linting for tests 2015-05-19 21:21:27 +02:00
.eslintrc tools: enable/add additional eslint rules 2015-06-11 20:27:35 +02:00
common.js test: use common.isWindows consistently 2015-07-31 00:29:36 +05:30