메소드 |
설명 |
|
ConvertToBoolean ( ) : IBoolean |
|
|
ConvertToInt32 ( ) : INumber |
|
|
ConvertToInteger ( ) : INumber |
|
|
ConvertToNumber ( ) : INumber |
|
|
ConvertToObject ( ) : IObject |
|
|
ConvertToPrimitive ( string preferredType ) : IDynamic |
|
|
ConvertToString ( ) : IString |
|
|
ConvertToUInt16 ( ) : INumber |
|
|
ConvertToUInt32 ( ) : INumber |
|
|
Op_Addition ( IDynamic other ) : IDynamic |
|
|
Op_BitwiseAnd ( IDynamic other ) : IDynamic |
|
|
Op_BitwiseNot ( ) : IDynamic |
|
|
Op_BitwiseOr ( IDynamic other ) : IDynamic |
|
|
Op_BitwiseXor ( IDynamic other ) : IDynamic |
|
|
Op_Call ( IArgs args ) : IDynamic |
|
|
Op_Construct ( IArgs args ) : IObject |
|
|
Op_Delete ( ) : IDynamic |
|
|
Op_Division ( IDynamic other ) : IDynamic |
|
|
Op_DoesNotEquals ( IDynamic other ) : IDynamic |
|
|
Op_Equals ( IDynamic other ) : IDynamic |
|
|
Op_Greaterthan ( IDynamic other ) : IDynamic |
|
|
Op_GreaterthanOrEqual ( IDynamic other ) : IDynamic |
|
|
Op_In ( IDynamic other ) : IDynamic |
|
|
Op_Instanceof ( IDynamic other ) : IDynamic |
|
|
Op_LeftShift ( IDynamic other ) : IDynamic |
|
|
Op_Lessthan ( IDynamic other ) : IDynamic |
|
|
Op_LessthanOrEqual ( IDynamic other ) : IDynamic |
|
|
Op_LogicalAnd ( IDynamic other ) : IDynamic |
|
|
Op_LogicalNot ( ) : IDynamic |
|
|
Op_LogicalOr ( IDynamic other ) : IDynamic |
|
|
Op_Minus ( ) : IDynamic |
|
|
Op_Modulus ( IDynamic other ) : IDynamic |
|
|
Op_Multiplication ( IDynamic other ) : IDynamic |
|
|
Op_Plus ( ) : IDynamic |
|
|
Op_PostfixDecrement ( ) : IDynamic |
|
|
Op_PostfixIncrement ( ) : IDynamic |
|
|
Op_PrefixDecrement ( ) : IDynamic |
|
|
Op_PrefixIncrement ( ) : IDynamic |
|
|
Op_SignedRightShift ( IDynamic other ) : IDynamic |
|
|
Op_StrictDoesNotEquals ( IDynamic other ) : IDynamic |
|
|
Op_StrictEquals ( IDynamic other ) : IDynamic |
|
|
Op_Subtraction ( IDynamic other ) : IDynamic |
|
|
Op_Throw ( ) : void |
|
|
Op_Typeof ( ) : IDynamic |
|
|
Op_UnsignedRightShift ( IDynamic other ) : IDynamic |
|
|
Op_Void ( ) : IDynamic |
|
|
ToString ( ) : string |
|
|