Closed provegard closed 7 years ago
When we observe a Java exception, we assume it's a real thrown error. But it might not be, since Nashorn Error has a property "nashornException" which is a Java error.
Nashorn's DebuggersSupport.eval doesn't allow us to distinguish between a thrown exception and a returned exception.
DebuggersSupport.eval
When we observe a Java exception, we assume it's a real thrown error. But it might not be, since Nashorn Error has a property "nashornException" which is a Java error.