Interface JS5FunctionFunctions

    • Method Detail

      • bind

        JS5Function bind​(JS5Object thisObject,
                         JS5Array argArray)
        function bind (thisObject, argArray) return a function that invokes this as a method.
        Parameters:
        thisObject - The object to which the function should be bound.
        argArray - Zero or more argument values that will also be bound.
        Since:
        Standard ECMA-262 5th. Edition, Level 2 Document Object Model Core Definition.
        See Also:
        Function