Метод | Описание | |
---|---|---|
EvalMethodGenerator ( ScriptEngine engine, |
Creates a new EvalMethodGenerator instance.
|
|
Execute ( ) : object |
Executes the script.
|
|
Parse ( ) : void |
Parses the source text into an abstract syntax tree.
|
Метод | Описание | |
---|---|---|
GenerateCode ( |
Generates IL for the script.
|
|
GetMethodName ( ) : string |
Gets a name for the generated method.
|
public EvalMethodGenerator ( ScriptEngine engine, |
||
engine | ScriptEngine | The script engine. |
parentScope | The scope of the calling code. | |
source | ScriptSource | The script code to execute. |
options | Jurassic.Compiler.CompilerOptions | Options that influence the compiler. |
thisObject | object | The value of the "this" keyword in the calling code. |
Результат | System |
protected GenerateCode ( |
||
generator | The generator to output the CIL to. | |
optimizationInfo | Information about any optimizations that should be performed. | |
Результат | void |