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