mirror of
https://github.com/tc39/test262.git
synced 2025-05-04 15:00:42 +02:00
5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
//@ runDefault
|
|
// This test passes if it does not crash.
|
|
let x = new DataView(new ArrayBuffer(1));
|
|
Object.defineProperty(x, 'foo', {});
|