VirtualMachine.runFunction

For calling script functions with call or apply. Ugly hackish function that needs to be reworked.

class VirtualMachine
package
ScriptAny
runFunction
(
ScriptFunction func
,
ScriptAny thisObj
,
ScriptAny[] args
,
ScriptAny yieldFunc = ScriptAny.UNDEFINED
)

Meta