J2V8
J2V8 copied to clipboard
how to remove the scrript binded in V8Runtime
when I execute runtime.executeVoidScript("function classify" + i + functionSplit); in a for loop, there will be a out of memory, I want to know how to remove the script binded in V8Runtime to avoid out of memory。