Constructor
Variables
Methods
apply(thisArg:Dynamic, argsArray:Array<Dynamic>):Dynamic
Calls a function and sets its this to the provided value, arguments can be passed as an Array object.
bind(thisArg:Dynamic, args:Rest<Dynamic>):Function
Creates a new function which, when called, has its this set to the provided value, with a given sequence of arguments preceding any provided when the new function was called.