ladybird/Libraries/LibJS/Tests/regress
Aliaksandr Kalenik 2a288f6d53 LibJS: Invalidate PrototypeChainValidity when prototype shape is a dict
Adds missing PrototypeChainValidity invalidation for add/set/delete
operations on dictionary-mode prototype shapes.
2025-09-22 18:41:23 +02:00
..
add-property-with-the-same-from-getter-in-prototype.js LibJS: Skip caching get_by_id() if object's shape is changed by a getter 2025-05-20 19:10:56 -04:00
allow-await-in-a-func-def-assigned-to-default-param.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
async-generator-function-set-completion-type.js LibJS: Make SetCompletionType bytecode instruction actually set type 2025-04-05 15:00:05 +02:00
bogus-program-counter.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
function-bind-arguments.js LibJS: Avoid redundant ExecutionContext allocation for bound functions 2025-05-07 13:20:41 +02:00
inline-caching.js LibJS: Invalidate PrototypeChainValidity when prototype shape is a dict 2025-09-22 18:41:23 +02:00
proxied-constructor-leads-to-use-after-free.js LibJS: Fix UAF in ECMAScriptFunctionObject::internal_construct 2025-03-19 10:31:00 +01:00
super-length-crash.js LibJS: Cache length identifier for GetLengthWithThis 2025-04-07 14:40:48 +02:00
using-this-in-default-value-of-arrow-function-parameter.js LibJS: Don't use presence of function params to identify function scope 2025-06-17 20:48:45 +02:00