메소드 | 설명 | |
---|---|---|
Call ( |
Calls the function. Calls the function. |
|
Exec ( |
||
GetDebuggableView ( ) : DebuggableScript | ||
GetEncodedSource ( ) : string | ||
GetFunctionName ( ) : string | ||
IsScript ( ) : bool | ||
ResumeGenerator ( |
메소드 | 설명 | |
---|---|---|
GetLanguageVersion ( ) : int | ||
GetParamAndVarCount ( ) : int | ||
GetParamCount ( ) : int | ||
GetParamOrVarConst ( int index ) : bool | ||
GetParamOrVarName ( int index ) : string |
메소드 | 설명 | |
---|---|---|
CreateFunction ( |
Create function compiled from Function(...) constructor. Create function compiled from Function(...) constructor. |
|
CreateFunction ( |
Create function embedded in script or another function. Create function embedded in script or another function. |
|
CreateScript ( |
Create script from compiled bytecode. Create script from compiled bytecode. |
|
InterpretedFunction ( |
||
InterpretedFunction ( Rhino parent, int index ) : System |
public Call ( |
||
cx | the current context | |
scope | Scriptable | the scope used for the call |
thisObj | Scriptable | the value of "this" |
args | object |
/// function arguments. Must not be null. You can use
/// |
리턴 | object |
public Exec ( |
||
cx | ||
scope | Scriptable | |
리턴 | object |
public ResumeGenerator ( |
||
cx | ||
scope | Scriptable | |
operation | int | |
state | object | |
value | object | |
리턴 | object |