mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-11 10:16:41 +00:00
Function::length() is computing the right function length based on its parameters, but we never called it - instead the *function name length* was being used, which is obviously wrong. How silly! :^)