Specify the script to be executed as a character string.
name
Specifying the file name for error messages
linesof
Specify line number for error message
context
Specify the execution context.
戻り値
Returns the result of running the script.
説明
Executes the character string specified by script as a TJS2 script.
Exceptions that occur during script execution are not caught in this method and can be caught by the caller of this method.