Interface JS5FunctionFunctions
- All Superinterfaces:
JS5ObjectFunctions, JSFunctionFunctions, JSObjectFunctions
- All Known Implementing Classes:
JS5Function
-
Method Summary
Modifier and TypeMethodDescriptionfunction bind (thisObject, argArray) return a function that invokes this as a method.Methods inherited from interface JSFunctionFunctions
apply, callMethods inherited from interface JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
Method Details
-
bind
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:
-