Files
ladybird/Libraries/LibJS/Runtime/ECMAScriptFunctionObject.cpp
Andreas Kling b712caf855 LibJS: Move bytecode executable cache to SharedFunctionInstanceData
This shrinks every Statement and ECMAScriptFunctionObject by one
pointer, and puts the bytecode cache in the only place that actually
makes use of it anyway: functions.
2025-10-27 21:14:33 +01:00

41 KiB