eagler-teavm-fork/core
Alexey Andreev 1232f20ae4 Add protection against exception fall though one Java machine running another Java machine.
When one TeaVM program calls `eval` and code passed to eval is itself generated
with TeaVM, the inner code can throw uncaught Java exception. The outer code could
try to catch this exception as a native JavaScript exception, but this is not possible,
since the exception is marked as Java exception, and inner scripts's Java class
does not inherit java.lang.Throwable of outer script. The solution for each script
to generate own tag (Symbol) and only treat JS exception as Java exception when
this exception has this tag.
2020-04-30 16:05:24 +03:00
..
src Add protection against exception fall though one Java machine running another Java machine. 2020-04-30 16:05:24 +03:00
pom.xml Update version to 0.7.0 2019-09-24 16:26:14 +03:00