Method | Description | |
---|---|---|
Call ( Jint.Native.JsValue thisObject, Jint.Native.JsValue arguments ) : Jint.Native.JsValue | ||
Invoke ( |
||
MethodInfoFunctionInstance ( Engine engine, |
Method | Description | |
---|---|---|
ProcessParamsArrays ( Jint.Native.JsValue jsArguments, IEnumerable |
Reduces a flat list of parameters to a params array
|
public Call ( Jint.Native.JsValue thisObject, Jint.Native.JsValue arguments ) : Jint.Native.JsValue | ||
thisObject | Jint.Native.JsValue | |
arguments | Jint.Native.JsValue | |
return | Jint.Native.JsValue |
public Invoke ( |
||
methodInfos | ||
thisObject | Jint.Native.JsValue | |
jsArguments | Jint.Native.JsValue | |
return | Jint.Native.JsValue |
public MethodInfoFunctionInstance ( Engine engine, |
||
engine | Engine | |
methods | ||
return | System |