Files
ladybird/Libraries/LibJS/Interpreter.cpp
Andreas Kling 8249280500 LibJS: Use HashMap::ensure_capacity() in enter_scope()
Preallocate some space in the scope variable map. This avoids a bunch
of incremental rehashing in the common case.
2020-04-13 17:27:25 +02:00

7.5 KiB