v8/test/inspector/heap-profiler/take-heap-snapshot-on-pause-expected.txt
kozyatinskiy 39afa5af06 [inspector] fixed taskHeapSnapshot on pause
Blink uses access checks to be sure that objects from one context doesn't access objects in another. Heap profiler uses current context to call this checks, we need to be sure that current context is empty to allow heap profiler collect all objects without crash.

BUG=chromium:661223
R=alph@chromium.org,ulan@chromium.org

Review-Url: https://codereview.chromium.org/2669393002
Cr-Commit-Position: refs/heads/master@{#42939}
2017-02-04 01:21:58 +00:00

3 lines
99 B
Plaintext

Checks that takeHeapSnapshot uses empty accessing_context for access checks.
Successfully finished