C# Class Microsoft.JScript.CallableExpression

Inheritance: Microsoft.JScript.Binding
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Methods

Method Description
GetObject ( ) : Object
HandleNoSuchMemberError ( ) : void
TranslateToILObject ( ILGenerator il, Type obType, bool noValue ) : void
TranslateToILWithDupOfThisOb ( ILGenerator il ) : void

Private Methods

Method Description
CallableExpression ( AST expression ) : Microsoft.JScript.Vsa
EvaluateAsLateBinding ( ) : LateBinding
GetObject2 ( ) : Object
PartiallyEvaluate ( ) : AST
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILCall ( ILGenerator il, Type rtype, ASTList argList, bool construct, bool brackets ) : void
TranslateToILInitializer ( ILGenerator il ) : void

Method Details

GetObject() protected method

protected GetObject ( ) : Object
return Object

HandleNoSuchMemberError() protected method

protected HandleNoSuchMemberError ( ) : void
return void

TranslateToILObject() protected method

protected TranslateToILObject ( ILGenerator il, Type obType, bool noValue ) : void
il System.Reflection.Emit.ILGenerator
obType System.Type
noValue bool
return void

TranslateToILWithDupOfThisOb() protected method

protected TranslateToILWithDupOfThisOb ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
return void