You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Engine.Execute can throw many unexpected exceptions (JavaScriptException and ParserException are expected for malformed inputs) when executing scripts from the attached archive. These are:
ArgumentOutOfRangeException
IndexOutOfRangeException
InvalidCastException
InvalidOperationException
NullReferenceException
OverflowException
You can run the following code to reproduce it (the path variable should contain the path to one of the extracted files):
Thank you for reporting these. We've created fixes for both Jint and Esprima .NET and they should now cover the cases you've reported, closing the issue.
Engine.Execute can throw many unexpected exceptions (JavaScriptException and ParserException are expected for malformed inputs) when executing scripts from the attached archive. These are:
You can run the following code to reproduce it (the path variable should contain the path to one of the extracted files):
Found via SharpFuzz.
The text was updated successfully, but these errors were encountered: