rongrong1000
Results
4
issues of
rongrong1000
``` public static void main(String[] args) throws JavetException { V8Runtime v8Runtime = V8Host.getNodeInstance().createV8Runtime(); V8Value handleResult = v8Runtime.getGlobalObject().invoke("nofunction"); System.out.println("handleResult: " + handleResult); } ``` console: handleResult: undefined
enhancement