public interface JS5FunctionFunctions extends JS5ObjectFunctions, JSFunctionFunctions
hasOwnProperty| Modifier and Type | Method and Description |
|---|---|
JS5Function |
bind(JS5Object thisObject,
JS5Array argArray)
function bind (thisObject, argArray) return a function that invokes this as a method.
|
apply, callhasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfJS5Function bind(JS5Object thisObject, JS5Array argArray)
thisObject - The object to which the function should be bound.argArray - Zero or more argument values that will also be bound.Function