Commits
Click on a commit to change the comparison rangeGet rid of multiple bool parameters to takeHeapSnapshot()
This resolves a new downstream lint.
This is not marked [nfc] because there are two bugfixes in this commit:
- The reportProgress flag is now being respected. Previously we were
alwyas reporting progress.
- The exposeInternals flag is now being properly interpreted. Previously
we were passing it, un-negated, to a parameter named hide_internals.
I switched to the options struct version of the V8 TakeHeapSnapshot()
function for greater clarity.21 hours ago
by harrishancock