Class Script
A JavaScript program or entry point module.
Constructors
Name | Description |
this
(machine, source, path, kind)
|
Construct a new script given its source code and load it, executing its outer-most scope in the given machine .
|
this
(machine, byteCode, kind)
|
Construct a script given compiled VM byte code and load it, executing its outer-most scope in the given machine .
|