eclipsesource / J2V8

Java Bindings for V8
2.55k stars 355 forks source link

How can I implements setTimeout in V8. #510

Closed huhuang03 closed 4 years ago

huhuang03 commented 4 years ago

The core issue is that I cant' figure out how can I stop the auto release although I have implement the registerJavaMethod() part. After do some delay call, the func is already released and an Object has already released issue is throw.