Files
ladybird/Libraries/LibWeb/HTML/Scripting/ModuleScript.cpp
Aliaksandr Kalenik a329868c1b LibJS: Allocate ExecutionContext memory using alloca() when possible
This should be faster than heap allocation. However, heap allocation is
still necessary in some cases, such as with generators and async
functions.
2025-04-24 10:30:52 +02:00

5.4 KiB