C# Class Microsoft.JScript.Logical_and

Inheritance: BinaryOp
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Private Methods

Méthode Description
Evaluate ( ) : Object
InferType ( JSField inference_target ) : IReflect
Logical_and ( Context context, AST operand1, AST operand2 ) : System
TranslateToConditionalBranch ( ILGenerator il, bool branchIfTrue, Label label, bool shortForm ) : void
TranslateToIL ( ILGenerator il, Type rtype ) : void