Files
ladybird/Libraries/LibJS/Tests
Linus Groh 5a307836c1 LibJS: Handle symbol PropertyName in primitive assignment error
We can't just to_string() the PropertyName, it might be a symbol.
Instead to_value() it and then use to_string_without_side_effects() as
usual.

Fixes #4062.
2020-11-12 11:40:29 +01:00
..
2020-10-02 16:03:17 +02:00
2020-10-02 16:03:17 +02:00