1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 03:55:08 +00:00
serenity/Libraries/LibJS/Tests/builtins/Object
Linus Groh a5bf6cfff9 LibJS: Don't change offset when reconfiguring property in unique shape
When changing the attributes of an existing property of an object with
unique shape we must not change the PropertyMetadata offset.
Doing so without resizing the underlying storage vector caused an OOB
write crash.

Fixes #3735.
2020-10-10 23:25:00 +02: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: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02: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: Implement spec-compliant Object.prototype.toString 2020-07-11 23:13:29 +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: Add tests for symbol object integration 2020-07-09 23:33:00 +02:00