---
source: tests/serde.rs
description: "=== SOURCE ===\nconst a = new Uint32Array(new ArrayBuffer(8, { maxByteLength: 12 })); a.set([1, 2]); a"
---
=== VALUE ===
HeapReference(*1)
=== HEAP ===
Heap {
0: ArrayBuffer {
data: [
1,
0,
0,
0,
2,
0,
0,
0,
],
max_byte_length: Some(
12,
),
},
1: ArrayBufferView {
kind: Uint32Array,
buffer: *0,
byte_offset: 0,
length: 0,
is_length_tracking: true,
is_backed_by_rab: true,
},
}