I\'m trying to subclass the native JS Error object in CoffeeScript to get specialized error types, but i found that the instanceof does not work co
Error
instanceof
For better or worse, the return was added on 1.3.1 to fix #1966 (and #2111).
return