v8/test/inspector/runtime/set-or-map-entries-expected.txt
kozyatinskiy 60ab52e78e [inspector] test Runtime.getProperties for set and map [[Entries]]
Added a test that Runtime.getProperties doesn't truncate Set and Map properties in [[Entries]] in internalProperties.

BUG=chromium:650729
R=dgozman@chromium.org

Review-Url: https://codereview.chromium.org/2376863002
Cr-Commit-Position: refs/heads/master@{#39940}
2016-10-03 21:22:11 +00:00

10 lines
252 B
Plaintext

Test that Runtime.getProperties doesn't truncate set and map entries in internalProperties.
Entries for "createSet(10)"
Array[10]
Entries for "createSet(1000)"
Array[1000]
Entries for "createMap(10)"
Array[10]
Entries for "createMap(1000)"
Array[1000]