v8/test/inspector/runtime/length-or-size-description-expected.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

34 lines
458 B
Plaintext
Raw Normal View History

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)
ArrayBuffer(0)
ArrayBuffer(2)
SharedArrayBuffer(0)
SharedArrayBuffer(2)
DataView(0)
DataView(5)
WeakMap
WeakSet
Set(0)
Set(2)
Map(0)
Map(2)
Array(0)
Array(2)
Uint8Array(0)
Uint8Array(2)
ArrayBuffer(0)
ArrayBuffer(2)
SharedArrayBuffer(0)
SharedArrayBuffer(2)
DataView(0)
DataView(5)
WeakMap
WeakSet