Files
ladybird/Userland/Libraries/LibJS/Bytecode
Andreas Kling a020a0779d LibJS/Bytecode: Do a stack check when entering run_bytecode()
If we don't have enough stack space, throw an exception while we still
can, and give the caller a chance to recover.

This particular problem will go away once we make calls non-recursive.
2024-05-07 09:15:40 +02:00
..
2023-11-17 19:06:25 +01:00