Parses a script for the JavaScript "eval" expression. The semantics for "eval" are slightly different from standard scripts.
@param is stream to the eval source.
@param name filename to use for error messages
@param line initial line number to use for error messages.
@return the compiled script.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.