lively4-core
lively4-core copied to clipboard
Catch incompatible receiver error.
Array.from(aSet)
and other functions error with
Method Set.prototype.values called on incompatible receiver
This error is thrown in the get
trap of the proxy handler and should be caught.