786c64e8eb
These JS objects don't have size property. BUG=none R=dgozman@chromium.org,luoe@chromium.org Review-Url: https://codereview.chromium.org/2770583002 Cr-Commit-Position: refs/heads/master@{#44048}
22 lines
266 B
Plaintext
22 lines
266 B
Plaintext
Test that descriptions for arrays, maps, and sets include the correct length or size.
|
|
Set(0)
|
|
Set(2)
|
|
Map(0)
|
|
Map(2)
|
|
Array(0)
|
|
Array(2)
|
|
Uint8Array(0)
|
|
Uint8Array(2)
|
|
WeakMap
|
|
WeakSet
|
|
Set(0)
|
|
Set(2)
|
|
Map(0)
|
|
Map(2)
|
|
Array(0)
|
|
Array(2)
|
|
Uint8Array(0)
|
|
Uint8Array(2)
|
|
WeakMap
|
|
WeakSet
|