Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: test/inspector/runtime/set-or-map-entries-expected.txt

Issue 2530803002: Revert of Use parenthesis in descriptions for array/map/set lengths/sizes (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/inspector/runtime/length-or-size-description-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test that Runtime.getProperties doesn't truncate set and map entries in internal Properties. 1 Test that Runtime.getProperties doesn't truncate set and map entries in internal Properties.
2 Entries for "createSet(10)" 2 Entries for "createSet(10)"
3 Array(10) 3 Array[10]
4 Entries for "createSet(1000)" 4 Entries for "createSet(1000)"
5 Array(1000) 5 Array[1000]
6 Entries for "createMap(10)" 6 Entries for "createMap(10)"
7 Array(10) 7 Array[10]
8 Entries for "createMap(1000)" 8 Entries for "createMap(1000)"
9 Array(1000) 9 Array[1000]
OLDNEW
« no previous file with comments | « test/inspector/runtime/length-or-size-description-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698