huangjun
Results
2
issues of
huangjun
In Ubuntu I encounter the problem when two threads create v8runtimes, the VM crashes. This problem is not found in Windows however. Here is the code for bug reproduction, attached...
IJavetDirectProxyHandler.proxyApply 什么情况下能被调用? 我创建了一个类实现了IJavetDirectProxyHandler 接口,函数调用一直回调的是proxyGet,从来不调用 proxyApply 。 下面是简单样例 ```java public class TestProxyObject implements IJavetDirectProxyHandler { // never get called. @Override public V8Value proxyApply(V8Value target, V8Value thisObject, V8ValueArray arguments) throws JavetException, Exception...