1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 04:15:08 +00:00
serenity/Libraries/LibJS/Tests/builtins/Object
Linus Groh 06a3625545 LibJS: Set prototype of GlobalObject to ObjectPrototype
As the global object is constructed and initialized in a different way
than most other objects we were not setting its prototype! This made
things like "globalThis.toString()" fail unexpectedly.
2020-11-07 10:08:05 +01:00
..
Object.defineProperty.js LibJS: Don't change offset when reconfiguring property in unique shape 2020-10-10 23:25:00 +02:00
Object.entries.js LibJS: Add tests for symbol object integration 2020-07-09 23:33:00 +02:00
Object.getOwnPropertyDescriptor.js LibJS: Add tests for symbol object integration 2020-07-09 23:33:00 +02:00
Object.getOwnPropertyNames.js LibJS: Add tests for symbol object integration 2020-07-09 23:33:00 +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: Implement Object(value) constructor 2020-11-04 23:06:44 +01:00
Object.keys.js LibJS: Add tests for symbol object integration 2020-07-09 23:33:00 +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: Set prototype of GlobalObject to ObjectPrototype 2020-11-07 10:08:05 +01: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: Add tests for symbol object integration 2020-07-09 23:33:00 +02:00