v8/test/mjsunit/d8
Ulan Degenbaev e9730043cf [api, heap] Add v8::Isolate::MeasureMemory API
This adds a new API function and provides a simple implementation
of performance.measureMemory() in d8. The implementation currently
immediately resolves the result promise with the current heap size.

Bug: chromium:973627

Change-Id: Ia8e1963a49b7df628b5487a2c0d601473f0cb039
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1796502
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Reviewed-by: Clemens Hammacher <clemensh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#63694}
2019-09-11 18:18:10 +00:00
..
.gitignore
d8-arguments.js [d8] only add arguments object if arguments are provided 2018-10-23 11:46:53 +00:00
d8-os.js [cleanup] Move d8 mjsunit tests into the d8 directory 2017-12-04 08:59:44 +00:00
d8-performance-measure-memory.js [api, heap] Add v8::Isolate::MeasureMemory API 2019-09-11 18:18:10 +00:00
d8-performance-now.js [cleanup] Move d8 mjsunit tests into the d8 directory 2017-12-04 08:59:44 +00:00
d8-worker-script.js Revert "[d8] Cleanup message queues" 2019-07-23 14:25:38 +00:00
d8-worker-script.txt [d8] Update new Worker API to match the Web API 2018-09-20 00:10:28 +00:00
d8-worker-sharedarraybuffer.js [cleanup] Rename uses of 'neuter' to 'detach' 2019-08-06 14:24:05 +00:00
d8-worker-shutdown-empty.js Reland "[d8] Remove maximum workers limitation" 2019-07-30 07:56:17 +00:00
d8-worker-shutdown-gc.js Reland "[d8] Remove maximum workers limitation" 2019-07-30 07:56:17 +00:00
d8-worker-shutdown-spawn.js Reland "[d8] Remove maximum workers limitation" 2019-07-30 07:56:17 +00:00
d8-worker-shutdown.js Reland "[d8] Remove maximum workers limitation" 2019-07-30 07:56:17 +00:00
d8-worker-spawn-worker.js [d8] Update new Worker API to match the Web API 2018-09-20 00:10:28 +00:00
d8-worker.js [cleanup] Rename uses of 'neuter' to 'detach' 2019-08-06 14:24:05 +00:00
enable-tracing.js