Méthode |
Description |
|
AST ( Context context ) : Microsoft.JScript.Vsa |
|
|
CheckIfOKToUseInSuperConstructorCall ( ) : void |
|
|
Delete ( ) : bool |
|
|
EmitILToLoadEngine ( ILGenerator il ) : void |
|
|
Evaluate ( ) : Object |
|
|
EvaluateAsLateBinding ( ) : LateBinding |
|
|
EvaluateAsWrappedNamespace ( bool giveErrorIfNameInUse ) : WrappedNamespace |
|
|
GetFirstExecutableContext ( ) : Context |
|
|
HasReturn ( ) : bool |
|
|
InferType ( JSField inference_target ) : IReflect |
|
|
InvalidateInferredTypes ( ) : void |
|
|
OkToUseAsType ( ) : bool |
|
|
PartiallyEvaluate ( ) : AST |
|
|
PartiallyEvaluateAsCallable ( ) : AST |
|
|
PartiallyEvaluateAsReference ( ) : AST |
|
|
ResolveCall ( ASTList args, IReflect argIRs, bool constructor, bool brackets ) : void |
|
|
ResolveCustomAttribute ( ASTList args, IReflect argIRs, AST target ) : Object |
|
|
SetPartialValue ( AST partial_value ) : void |
|
|
SetValue ( Object value ) : void |
|
|
TranslateToConditionalBranch ( ILGenerator il, bool branchIfTrue, Label label, bool shortForm ) : void |
|
|
TranslateToIL ( ILGenerator il, Type rtype ) : void |
|
|
TranslateToILCall ( ILGenerator il, Type rtype, ASTList args, bool construct, bool brackets ) : void |
|
|
TranslateToILDelete ( ILGenerator il, Type rtype ) : void |
|
|
TranslateToILInitializer ( ILGenerator il ) : void |
|
|
TranslateToILPreSet ( ILGenerator il ) : void |
|
|
TranslateToILPreSet ( ILGenerator il, ASTList args ) : void |
|
|
TranslateToILPreSetPlusGet ( ILGenerator il ) : void |
|
|
TranslateToILPreSetPlusGet ( ILGenerator il, ASTList args, bool inBrackets ) : void |
|
|
TranslateToILReference ( ILGenerator il, Type rtype ) : Object |
|
|
TranslateToILSet ( ILGenerator il ) : void |
|
|
TranslateToILSet ( ILGenerator il, AST rhvalue ) : void |
|
|