Files
ladybird/Libraries/LibJS/Runtime
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-02 23:49:00 +01:00
2020-12-02 23:49:00 +01:00
2020-12-02 23:49:00 +01:00
2020-12-05 13:55:55 +01:00
2020-12-01 09:54:37 +01:00
2020-12-05 23:52:17 +01:00