C# Class Microsoft.JScript.Try

Inheritance: AST
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public static JScriptExceptionValue ( Object e, VsaEngine engine ) : Object
e Object
engine Microsoft.JScript.Vsa.VsaEngine
Résultat Object

PushHandlerScope() public static méthode

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