fholm / IronJS

IronJS - A JavaScript implementation for .NET
http://ironjs.wordpress.com
Apache License 2.0
680 stars 79 forks source link

Fixed: Regexps should raise SyntaxErrors and some URI Exceptions #22

Closed otac0n closed 13 years ago

otac0n commented 13 years ago

Fixed all S15.10.1_* errors, by catching .NET's exception for invalid regexes and raising a SyntaxError.

Fixed about 70 errors in the S15.1.3* range, by catching the UriFormatExceptions thrown by the .NET framework and raising URIErrors.