Files
ladybird/Libraries/LibJS/Runtime
Linus Groh 41837f548d LibJS: Don't create "valid" PropertyName from null string
When value.to_string() throws an exception it returns a null string in
which case we must not construct a valid PropertyName.

Also ASSERT in PropertyName(String) and PropertyName(FlyString) to
prevent this from happening in the future.

Fixes #3941.
2020-11-04 15:31:39 +01:00
..
2020-10-04 17:03:33 +02:00
2020-10-04 17:03:33 +02:00
2020-07-13 15:07:29 +02:00
2020-10-02 18:01:27 +02:00