mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-22 20:43:44 +00:00
This patch adds a CallFrame stack to Interpreter, which keeps track of the "this" value and all argument values passed in function calls. Interpreter::gather_roots() scans the call stack, making sure that all argument values get marked. :^)