Evaluates a file that can be either binary bytecode or textual source code.
the location of the code file in the file system.
Whether or not bytecode disassembly should be printed before running
This should be left to false and will be used internally
The result of evaluating the file, undefined if no return statement.
See Implementation
Evaluates a file that can be either binary bytecode or textual source code.