LivelyKernel / lively4-core

A Self-supporting, Web-based Development Environment
https://lively-kernel.org/lively4/lively4-core/start.html
MIT License
73 stars 25 forks source link

Catch incompatible receiver error. #399

Open niconomaa opened 4 years ago

niconomaa commented 4 years ago

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.