C# Class Microsoft.JScript.ThisLiteral

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

Private Methods

Method Description
CheckIfOKToUseInSuperConstructorCall ( ) : void
Evaluate ( ) : Object
InferType ( JSField inference_target ) : IReflect
PartiallyEvaluate ( ) : AST
PartiallyEvaluateAsReference ( ) : AST
ResolveAssignmentToDefaultIndexedProperty ( ASTList args, IReflect argIRs, AST rhvalue ) : void
ResolveCall ( ASTList args, IReflect argIRs, bool constructor, bool brackets ) : void
ThisLiteral ( Context context, bool isSuper ) : System
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILCall ( ILGenerator il, Type rtype, ASTList argList, bool construct, bool brackets ) : void
TranslateToILInitializer ( ILGenerator il ) : void
TranslateToILPreSet ( ILGenerator il, ASTList argList ) : void
TranslateToILSet ( ILGenerator il, AST rhvalue ) : void