C# Class Microsoft.JScript.StackFrame

Inheritance: ScriptObject, IActivationObject
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
closureInstance Object
localVars Object[]

Public Methods

Method Description
GetDefaultThisObject ( ) : Object
GetField ( String name, int lexLevel ) : FieldInfo
GetGlobalScope ( ) : GlobalScope
GetMember ( String name, BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
PushStackFrameForMethod ( Object thisob, JSLocalField fields, VsaEngine engine ) : void
PushStackFrameForStaticMethod ( RuntimeTypeHandle thisclass, JSLocalField fields, VsaEngine engine ) : void

Private Methods

Method Description
AddNewField ( String name, Object value, FieldAttributes attributeFlags ) : JSVariableField
AllocateFunctionScope ( ) : void
GetMemberValue ( String name ) : Object
GetMemberValue ( String name, int lexlevel ) : Object
GetPropertyEnumerator ( ArrayList enums, ArrayList objects ) : void
IActivationObject ( String name ) : FieldInfo
SetMemberValue ( String name, Object value ) : void
StackFrame ( ScriptObject parent, JSLocalField fields, Object local_vars, Object thisObject ) : Microsoft.JScript.Vsa

Method Details

GetDefaultThisObject() public method

public GetDefaultThisObject ( ) : Object
return Object

GetField() public method

public GetField ( String name, int lexLevel ) : FieldInfo
name String
lexLevel int
return System.Reflection.FieldInfo

GetGlobalScope() public method

public GetGlobalScope ( ) : GlobalScope
return GlobalScope

GetMember() public method

public GetMember ( String name, BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
name String
bindingAttr BindingFlags
return System.Reflection.MemberInfo[]

GetMembers() public method

public GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
bindingAttr BindingFlags
return System.Reflection.MemberInfo[]

PushStackFrameForMethod() public static method

public static PushStackFrameForMethod ( Object thisob, JSLocalField fields, VsaEngine engine ) : void
thisob Object
fields JSLocalField
engine Microsoft.JScript.Vsa.VsaEngine
return void

PushStackFrameForStaticMethod() public static method

public static PushStackFrameForStaticMethod ( RuntimeTypeHandle thisclass, JSLocalField fields, VsaEngine engine ) : void
thisclass System.RuntimeTypeHandle
fields JSLocalField
engine Microsoft.JScript.Vsa.VsaEngine
return void

Property Details

closureInstance public_oe property

public Object closureInstance
return Object

localVars public_oe property

public Object[] localVars
return Object[]