mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-04 19:55:32 +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