(Since version 0.6.18) Use the overload with a NodeJSEnv.Config.
Retry-timeout to wait for the JS VM to connect
Retry-timeout to wait for the JS VM to connect
Custom initialization scripts.
Custom initialization scripts.
Command to execute (on shell) for this VM
Command to execute (on shell) for this VM
True, if the installed node executable supports source mapping.
True, if the installed node executable supports source mapping.
Do npm install source-map-support
if you need source maps.
Prepare a runner for the code in the virtual file.
Prepare a runner without any libraries.
Prepare a runner without any libraries.
Strictly equivalent to:
this.jsRunner(Nil, code)
Return this JSEnv with the given libraries already loaded.
Return this JSEnv with the given libraries already loaded.
The following two are equivalent:
jsEnv.loadLibs(a).jsRunner(b, c) jsEnv.jsRunner(a ++ b, c)
Human-readable name for this JSEnv
Human-readable name for this JSEnv
Printable name of this VM
Printable name of this VM
(Since version 0.6.16) Use args
instead.
(Since version 0.6.16) Use env
instead.
(Since version 0.6.18) Use the overloaded constructor with a NodeJSEnv.Config.