C# Class Microsoft.JScript.FunctionExpression

Inheritance: Function, ICanModifyContext
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
JScriptFunctionExpression ( RuntimeTypeHandle handle, String name, String method_name, String formal_params, JSLocalField fields, bool must_save_stack_locals, bool hasArgumentsObject, String text, VsaEngine engine ) : FunctionObject

Private Methods

Method Description
AddNameTo ( ScriptObject enclosingScope ) : void
Evaluate ( ) : Object
FunctionExpression ( Context context, AST id, ParameterDeclaration formal_parameters, TypeExpression return_type, Block body, FunctionScope own_scope, FieldAttributes attributes ) : Microsoft.JScript.Vsa
InferType ( JSField inference_target ) : IReflect
PartiallyEvaluate ( ) : AST
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void

Method Details

JScriptFunctionExpression() public static method

public static JScriptFunctionExpression ( RuntimeTypeHandle handle, String name, String method_name, String formal_params, JSLocalField fields, bool must_save_stack_locals, bool hasArgumentsObject, String text, VsaEngine engine ) : FunctionObject
handle System.RuntimeTypeHandle
name String
method_name String
formal_params String
fields JSLocalField
must_save_stack_locals bool
hasArgumentsObject bool
text String
engine Microsoft.JScript.Vsa.VsaEngine
return FunctionObject