darobin / webidl.js

DEPRECATED — Use https://github.com/darobin/webidl2.js instead
http://berjon.com/
26 stars 10 forks source link

Extended exceptions not supported #9

Open marcoscaceres opened 12 years ago

marcoscaceres commented 12 years ago

It should be possible to extend exceptions.

Test case: exception NumberError : Wee { };

Expected to be able to extend.

This also fails:

exception Wee { }; exception NumberError : Wee { };