mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-21 02:28:57 +00:00
LibJS: Remove assert function from Object.defineProperty() test
This commit is contained in:
committed by
Andreas Kling
parent
dec352dacd
commit
7636dee2cb
@@ -1,7 +1,4 @@
|
||||
function assert(x) { if (!x) throw 1; }
|
||||
|
||||
try {
|
||||
|
||||
var o = {};
|
||||
Object.defineProperty(o, "foo", { value: 1, writable: false, enumerable: false });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user