@JsFunction public static interface ScriptableFunctions.ProxyNativeObjectCallback
| Modifier and Type | Method and Description |
|---|---|
NativeObject |
call(CallbackFunctionContext contextFunction,
NativeObject context)
Method of function to be called to provide a native object property.
|
NativeObject call(CallbackFunctionContext contextFunction, NativeObject context)
contextFunction - context value of this to the execution context of function.context - native object as context.