Function JSObject.callAsFunction_noResult

Calls this Object as a Function.

void callAsFunction_noResult (
  JSObject target,
  JSValue[] params...
);

Parameters

NameDescription
targetA reference to the Object that has this function
paramsThe parameter values to pass to the function