1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:38:11 +00:00
serenity/Libraries/LibJS/Tests/builtins/Object
Matthew Olsson 93ebd320ef LibJS: Object.preventExtensions should allow property modfication
Existing properties on a non-extensible object should be changable and
deletable.
2020-07-07 10:47:10 +02:00
..
Object.defineProperty.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Object.entries.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Object.getOwnPropertyDescriptor.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Object.getOwnPropertyNames.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Object.getPrototypeOf.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Object.is.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Object.isExtensible.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Object.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Object.keys.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Object.preventExtensions.js LibJS: Object.preventExtensions should allow property modfication 2020-07-07 10:47:10 +02:00
Object.prototype.constructor.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Object.prototype.hasOwnProperty.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Object.prototype.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Object.prototype.toLocaleString.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Object.prototype.toString.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Object.setPrototypeOf.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
Object.values.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00