J2V8
J2V8 copied to clipboard
Java Bindings for V8
j2v8_linux_x86_64-4.8.0.jar I know you are no longer supporting linux. I am reporting this in case the bug is generic and happens on Android as well. crash when Map provided to...
Hi, is there a reason why the last j2v8_linux_x86_64 artefact is currently the [4.8.0](https://mvnrepository.com/artifact/com.eclipsesource.j2v8/j2v8_linux_x86_64) ? Is it possible to publish the 6.2.0 ?
import * from './function'; function aaa(){ for(let i=1;i
I want to debug javascript in the chrome and I found V8DebugServer ,but it can't work . plz help me , very pleasure. V8Object debugScope = runtime.getObject(DEBUG_OBJECT_NAME); debugScope is UNDEFINED...
Could we have methods for adding a bunch of values to a V8Array? We're seeing a lot of overhead when we want to push arrays of primitives into the JavaScript....
Are there any plans to upgrade to a newer V8 and most important NodeJS?. NodeJS production is at 12.X and most JavaScript libraries do require NodeJS > 10.X. Thank you.
<logger>com.ibm.ws.profile.cli.WSProfileCLICreateProfileInvoker</logger> <level>SEVERE</level> <class>com.ibm.ws.profile.cli.WSProfileCLICreateProfileInvoker</class> <method>executeWSProfileAccordingToMode</method> <thread>1</thread> <message>INSTCONFFAILED: The profile could not be created. For more information, consult the /opt/IBM/WebSphere/AppServer/logs/manageprofiles/profile-AppSrv01_create.log file.</message>
When using the library in a module context, this warning is produced: [WARNING] Can't extract module name from j2v8_macosx_x86_64-4.6.0.jar: j2v8.macosx.x86.64: Invalid module name: '64' is not a Java identifier So...