Méthode | Description | |
---|---|---|
FunctionCallExpression ( Jurassic.Compiler.Operator @operator ) : System.Collections.Generic |
Creates a new instance of FunctionCallExpression.
|
|
GenerateCode ( |
Generates CIL for the expression.
|
Méthode | Description | |
---|---|---|
GenerateArgumentsArray ( |
Generates an array containing the argument values.
|
|
GenerateEval ( |
Generates CIL for a call to eval().
|
|
GenerateTemplateArgumentsArray ( |
Generates an array containing the argument values for a tagged template literal.
|
public FunctionCallExpression ( Jurassic.Compiler.Operator @operator ) : System.Collections.Generic | ||
@operator | Jurassic.Compiler.Operator | |
Résultat | System.Collections.Generic |
public GenerateCode ( |
||
generator | The generator to output the CIL to. | |
optimizationInfo | Information about any optimizations that should be performed. | |
Résultat | void |