C# Class Microsoft.JScript.Try

Inheritance: AST
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
JScriptExceptionValue ( Object e, VsaEngine engine ) : Object
PushHandlerScope ( VsaEngine engine, String id, int scopeId ) : void

Private Methods

Method Description
Evaluate ( ) : Object
GetFirstExecutableContext ( ) : Context
PartiallyEvaluate ( ) : AST
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void
Try ( Context context, AST body, AST identifier, TypeExpression type, AST handler, AST finally_block, bool finallyHasControlFlowOutOfIt, Context tryEndContext ) : Microsoft.JScript.Vsa

Method Details

JScriptExceptionValue() public static method

public static JScriptExceptionValue ( Object e, VsaEngine engine ) : Object
e Object
engine Microsoft.JScript.Vsa.VsaEngine
return Object

PushHandlerScope() public static method

public static PushHandlerScope ( VsaEngine engine, String id, int scopeId ) : void
engine Microsoft.JScript.Vsa.VsaEngine
id String
scopeId int
return void