Метод | Описание | |
---|---|---|
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 GetDebuggableView ( ) : DebuggableScript | ||
Результат | DebuggableScript |
protected GetParamOrVarConst ( int index ) : bool | ||
index | int | |
Результат | bool |
protected GetParamOrVarName ( int index ) : string | ||
index | int | |
Результат | string |
public ResumeGenerator ( |
||
cx | ||
scope | Scriptable | |
operation | int | |
state | object | |
value | object | |
Результат | object |