Method |
Description |
|
Clone ( ) : Context |
|
|
CombineWith ( Context other ) : Context |
|
|
Context ( DocumentContext document, String source_string ) : System |
|
|
Context ( DocumentContext document, String source_string, int lineNumber, int startLinePos, int startPos, int endLineNumber, int endLinePos, int endPos, JSToken token ) : System |
|
|
EmitFirstLineInfo ( ILGenerator ilgen ) : void |
|
|
EmitLineInfo ( ILGenerator ilgen ) : void |
|
|
Equals ( Context ctx ) : bool |
|
|
Equals ( String str ) : bool |
|
|
HandleError ( JSError errorId ) : void |
|
|
HandleError ( JSError errorId, String message ) : void |
|
|
HandleError ( JSError errorId, String message, bool treatAsError ) : void |
|
|
HandleError ( JSError errorId, bool treatAsError ) : void |
|
|
SetSourceContext ( DocumentContext document, String source ) : void |
|
|
UpdateWith ( Context other ) : void |
|
|