Files
ladybird/Userland/Libraries/LibJS/Runtime
Linus Groh e875513ff7 LibJS: Use empty value for Reference unresolvable state, not undefined
This fixes an issue where `undefined.foo = "bar"` would throw a
ReferenceError instead of a TypeError as undefined was also used for
truly unresolvable references (e.g. `foo() = "bar"`). I also made the
various error messages here a bit nicer, just "primitive value" is not
very helpful.
2021-04-02 22:24:30 +02:00
..
2021-02-23 20:56:54 +01:00
2021-01-12 12:17:46 +01:00
2021-03-22 20:58:22 +01:00
2021-03-22 20:58:22 +01:00
2021-01-12 12:17:46 +01:00
2021-02-23 20:56:54 +01:00
2021-01-12 12:17:46 +01:00
2021-04-02 10:47:40 +02:00
2021-04-02 10:47:40 +02:00