Files
ladybird/Userland/Libraries/LibJS/Runtime/GlobalEnvironment.cpp
Andreas Kling dbcf63e85e LibJS: Combine two declarative record traversals in GlobalEnvironment
In GlobalEnvironment::get_binding_value(), we can avoid an extra walk
of the declarative environment record if has_binding() returns a
cacheable environment coordinate.
2023-06-12 06:40:49 +02:00

13 KiB