Custom initialization scripts.
Custom initialization scripts.
Command to execute (on shell) for this VM
Command to execute (on shell) for this VM
Prepare a runner for the code in the virtual file.
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