Files
ladybird/Libraries/LibJS
Andreas Kling 48d2545572 LibJS: Get rid of Argument and ArgumentVector
This was used for a feature where you could pass a vector of arguments
to enter_scope(). Since that way of passing arguments was not GC-aware
(as vectors use C++ heap storage), let's avoid using it and make sure
everything that needs to stay alive is either on the stack or in traced
storage instead.
2020-12-08 18:28:18 +01:00
..
2020-12-08 17:49:02 +01:00
2020-11-28 17:16:48 +01:00
2020-10-26 21:38:34 +01:00