mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
We don't need to check if a function parameter is already declared while creating bindings for them because we deduplicate their names by storing them in a hash table in one of the previous steps. This change makes React-Redux-TodoMVC test in Speedometer run 2% faster.