Files
ladybird/Userland/Libraries/LibJS/Runtime/DeclarativeEnvironment.h
Aliaksandr Kalenik a27c4cf63c LibJS: Add modification counter in DeclarativeEnvironment
This counter is incremented whenever a mutating operation occurs
within the environment's set of bindings.

It is going to be used by GetGlobal instruction to correctly invalidate
cache when global declarative environment is mutated.
2023-07-12 16:03:16 +02:00

4.7 KiB