Files
ladybird/Libraries/LibJS
Andreas Kling e1bbc7c075 LibJS: Make JS::Value constructors take const cell pointers
Taking non-const cell pointers is asking for trouble, since passing e.g
a "const Object*" to Value(Object*) will actually call Value(bool),
which is most likely not what you want.
2020-11-28 17:16:48 +01:00
..
2020-11-28 17:16:48 +01:00
2020-11-28 17:16:48 +01:00
2020-11-28 17:16:48 +01:00
2020-11-28 17:16:48 +01:00
2020-10-26 21:38:34 +01:00