Method | Description | |
---|---|---|
Execute ( ) : object |
Executes the script.
|
|
GlobalMethodGenerator ( ScriptEngine engine, ScriptSource source, Jurassic.Compiler.CompilerOptions options ) : System |
Creates a new GlobalMethodGenerator instance.
|
|
Parse ( ) : void |
Parses the source text into an abstract syntax tree.
|
Method | Description | |
---|---|---|
GenerateCode ( |
Generates IL for the script.
|
|
GetMethodName ( ) : string |
Gets a name for the generated method.
|
protected GenerateCode ( |
||
generator | The generator to output the CIL to. | |
optimizationInfo | Information about any optimizations that should be performed. | |
return | void |
public GlobalMethodGenerator ( ScriptEngine engine, ScriptSource source, Jurassic.Compiler.CompilerOptions options ) : System | ||
engine | ScriptEngine | The script engine. |
source | ScriptSource | The source of javascript code. |
options | Jurassic.Compiler.CompilerOptions | Options that influence the compiler. |
return | System |