Files
ladybird/Libraries/LibJS/Runtime/ECMAScriptFunctionObject.cpp
Andreas Kling c037bda455 LibJS: Use a premade shape for normal function objects
This avoids going through all the shape transitions when setting up the
most common form of ESFO.

This is extremely hot on Uber Eats, and this provides some relief.
2025-03-27 23:12:04 +00:00

41 KiB