quickjs-done/tests/bug645/0.js

5 lines
81 B
JavaScript
Raw Permalink Normal View History

2025-01-06 20:48:15 +00:00
"use strict";
const u8 = new Uint8Array(1);
u8[100] = 123; // Should not throw.