DerivcoIpswich / dsharp

A fork of the Script# project.
http://www.derivco.co.uk
Other
20 stars 13 forks source link

TypeError should be considered like Error for Exception treatment #271

Open charlisi opened 4 years ago

charlisi commented 4 years ago

This is an example result in a unit test when expecting generic Exception: Expected: function Error() { [native code] } Actual: function TypeError() { [native code] }