Files
ladybird/Libraries/LibJS/Runtime/ECMAScriptFunctionObject.cpp
Andreas Kling 35275651e3 LibJS: Skip stack overflow check in ESFO::prepare_for_ordinary_call()
We already do a stack overflow check when entering run_bytecode(),
which is the first thing that happens when we actually invoke the ESFO
executable.
2025-04-29 02:09:35 +02:00

42 KiB