Sam Cao
Sam Cao
Maybe, you could check [this](https://github.com/caoccao/Javet) out.
Circular reference is very annoying because how to handle it varies from case to case. That's why Javet doesn't provide any built-in support to it but throws an exception. In...
`getObject("per")`
Please learn some JavaScript basics. It is not a Javet topic.
Clone this project and it's in the source code.
Please review the [doc](https://www.caoccao.com/Javet/reference/troubleshooting/termination.html).
This is a Node.js [feature](https://nodejs.org/api/process.html#event-uncaughtexception) that you missed. Basically, application is supposed to listen the event `uncaughtException`, otherwise, Node.js crashes. Please review the following test code. ```java nodeRuntime.getExecutor("let a =...
That's by design. It is V8 that sets the rule, not Javet.
Please try V8 snapshot. Otherwise, it's technically impossible.
I think you'd better chdir to somewhere else before doing so.