60ab52e78e
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}
10 lines
252 B
Plaintext
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]
|