Currently, there is no support for JS members of the Function prototype, such as Function.call and Function.apply
I encountered on such use case in our code base, where I copied code verbatim (on purpose) from tableau. The original JS code was workbookImpl.sendCommand(Object).call(workbookImpl, args, ...)
Currently, there is no support for JS members of the
Functionprototype, such asFunction.callandFunction.applyI encountered on such use case in our code base, where I copied code verbatim (on purpose) from tableau. The original JS code was
workbookImpl.sendCommand(Object).call(workbookImpl, args, ...)