Метод |
Описание |
|
BindName ( ) : void |
|
|
CanPlaceAppropriateObjectOnStack ( Object ob ) : bool |
|
|
CheckIfOKToUseInSuperConstructorCall ( ) : void |
|
|
Evaluate ( ) : Object |
|
|
EvaluateAsLateBinding ( ) : LateBinding |
|
|
EvaluateAsWrappedNamespace ( bool giveErrorIfNameInUse ) : WrappedNamespace |
|
|
InFunctionNestedInsideInstanceMethod ( ) : bool |
|
|
InStaticCode ( ) : bool |
|
|
InferType ( JSField inference_target ) : IReflect |
|
|
IsBoundToMethodInfos ( ) : bool |
|
|
Lookup ( Context context ) : Microsoft.JScript.Vsa |
|
|
Lookup ( String name, Context context ) : Microsoft.JScript.Vsa |
|
|
PartiallyEvaluate ( ) : AST |
|
|
PartiallyEvaluateAsCallable ( ) : AST |
|
|
PartiallyEvaluateAsReference ( ) : AST |
|
|
ResolveCustomAttribute ( ASTList args, IReflect argIRs, AST target ) : Object |
|
|
SetPartialValue ( AST partial_value ) : void |
|
|
SetValue ( Object value ) : void |
|
|
SetWithValue ( WithObject scope, Object value ) : void |
|
|
TranslateToIL ( ILGenerator il, Type rtype ) : void |
|
|
TranslateToILCall ( ILGenerator il, Type rtype, ASTList argList, bool construct, bool brackets ) : void |
|
|
TranslateToILDefaultThisObject ( ILGenerator il ) : void |
|
|
TranslateToILDefaultThisObject ( ILGenerator il, int lexLevel ) : void |
|
|
TranslateToILInitializer ( ILGenerator il ) : void |
|
|
TranslateToILObjectForMember ( ILGenerator il, Type obType, bool noValue, MemberInfo mem ) : void |
|
|
TranslateToILPreSet ( ILGenerator il ) : void |
|
|
TranslateToILPreSet ( ILGenerator il, bool doBoth ) : void |
|
|
TranslateToILPreSetPlusGet ( ILGenerator il ) : void |
|
|
TranslateToILSet ( ILGenerator il, AST rhvalue ) : void |
|
|
TranslateToILSet ( ILGenerator il, bool doBoth, AST rhvalue ) : void |
|
|
TranslateToLateBinding ( ILGenerator il ) : void |
|
|