메소드 | 설명 | |
---|---|---|
GetFunction ( int index ) : DebuggableScript | ||
GetFunctionCount ( ) : int | ||
GetFunctionName ( ) : string | ||
GetLineNumbers ( ) : int[] | ||
GetParamAndVarCount ( ) : int | ||
GetParamCount ( ) : int | ||
GetParamOrVarConst ( int index ) : bool | ||
GetParamOrVarName ( int index ) : string | ||
GetParent ( ) : DebuggableScript | ||
GetSourceName ( ) : string | ||
IsFunction ( ) : bool | ||
IsGeneratedScript ( ) : bool | ||
IsTopLevel ( ) : bool |
메소드 | 설명 | |
---|---|---|
Init ( ) : void | ||
InterpreterData ( Rhino parent ) : Rhino | ||
InterpreterData ( int languageVersion, string sourceFile, string encodedSource, bool isStrict ) : Rhino |
public GetFunction ( int index ) : DebuggableScript | ||
index | int | |
리턴 | DebuggableScript |