Files
ladybird/Libraries/LibJS
Linus Groh 2cf8649d0e LibJS: Fix ProxyObject get/set with symbol property name
We can't assume that property names can be converted to strings anymore,
as we have symbols. Use name.to_value() instead.

This makes something like this possible:

    new Proxy(Object, { get(t, p) { return t[p] }  })[Symbol.hasInstance]
2020-11-04 23:06:44 +01:00
..
2020-11-02 22:40:59 +01:00
2020-11-02 22:40:59 +01:00
2020-11-02 22:40:59 +01:00
2020-11-02 22:40:59 +01:00
2020-10-26 21:38:34 +01:00