v8/test/inspector/heap-profiler
Seth Brenith 9b971960db Add snapshot test for JSWeakRef and FinalizationRegistry
This is a regression test for the fixes in
https://crrev.com/c/v8/v8/+/3299592 . Some of the helper functions were
copied from console-retaining-path.js in the same directory.

Bug: v8:12112
Change-Id: I3c313ad003ede5e5036f886161e1d164c98f87fe
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3400149
Reviewed-by: Simon Zünd <szuend@chromium.org>
Commit-Queue: Seth Brenith <seth.brenith@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#78689}
2022-01-19 23:47:39 +00:00
..
collect-garbage-expected.txt [inspector] Make collectGarbage of HeapProfiler precise 2020-08-18 07:24:14 +00:00
collect-garbage.js [inspector] Make collectGarbage of HeapProfiler precise 2020-08-18 07:24:14 +00:00
console-retaining-path-expected.txt [heap-profiler] Annotate global handles retained by console and debugger. 2018-02-19 12:21:52 +00:00
console-retaining-path.js heap-snapshot: Add detachedness field 2020-09-09 14:42:41 +00:00
heap-snapshot-js-weak-refs-expected.txt Add snapshot test for JSWeakRef and FinalizationRegistry 2022-01-19 23:47:39 +00:00
heap-snapshot-js-weak-refs.js Add snapshot test for JSWeakRef and FinalizationRegistry 2022-01-19 23:47:39 +00:00
sampling-heap-profiler-expected.txt [heap profiler] Plumb samples through the protocol. 2018-10-23 00:12:01 +00:00
sampling-heap-profiler.js [heap profiler] Plumb samples through the protocol. 2018-10-23 00:12:01 +00:00
take-heap-snapshot-on-pause-expected.txt
take-heap-snapshot-on-pause.js