This is the main entry point for evaluating a script program.
This is the source code of a script to be executed.
If the script has a return statement with an expression, this value will be the result of that expression otherwise it will be ScriptAny.UNDEFINED
See Implementation
This is the main entry point for evaluating a script program.