ScriptFunction.bind

Binds a specific this to be used no matter what. Internal users of ScriptFunction such as mildew.vm.virtualmachine.VirtualMachine must manually check the boundThis property and set this up. Unbinding is done by passing UNDEFINED as the parameter.

class ScriptFunction
void
bind

Meta