mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
- Capture PrototypeChainValidity before invoking `internal_get()`. A getter may mutate the prototype chain (e.g., delete itself). Capturing earlier ensures such mutations invalidate the cached entry and prevent stale GetById hits. - When caching, take PrototypeChainValidity from the base object (receiver), not from the prototype where the property was found. Otherwise, changes to an intermediate prototype between the base object and the cached prototype object go unnoticed, leading to incorrect cache hits. |
||
|---|---|---|
| .. | ||
| add-property-with-the-same-from-getter-in-prototype.js | ||
| allow-await-in-a-func-def-assigned-to-default-param.js | ||
| async-generator-function-set-completion-type.js | ||
| bogus-program-counter.js | ||
| function-bind-arguments.js | ||
| inline-caching.js | ||
| proxied-constructor-leads-to-use-after-free.js | ||
| super-length-crash.js | ||
| using-this-in-default-value-of-arrow-function-parameter.js | ||