mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-19 20:06:29 +00:00
Instead of just printing 'ECMAScriptFunctionObject' (and leaking an implementation detail in the process - this is not a public facing name) let's instead print a different type string for each function kind, and only keep the old class_name() printing for other JS::FunctionObject subclasses.