Files
ladybird/Userland/Libraries/LibJS/Runtime
Linus Groh f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&)
Requires a bunch of find-and-replace updates across LibJS, but
constructing a PropertyName from a nullptr Symbol* should not be
possible - let's enforce this at the compiler level instead of using
VERIFY() (and already dereference Symbol pointers at the call site).
2021-06-25 22:01:23 +01:00
..
2021-06-13 00:33:18 +01:00
2021-06-05 14:56:58 +01:00