Class Index | File Index

Classes


Built-In Namespace Function

Method Summary
Method Attributes Method Name and Description
 
bind(oThis, aVarArgs)
Replacement for ECMAScript 5 feature which might still be missing.
Method Detail
{function} bind(oThis, aVarArgs)
Replacement for ECMAScript 5 feature which might still be missing.
Defined in: utils.js.
Parameters:
{object} oThis
The value to be passed as the this parameter to the target function when the bound function is called. The value is ignored if the bound function is constructed using the new operator.
{...object} aVarArgs
Arguments to prepend to arguments provided to the bound function when invoking the target function.
Returns:
{function} A function with the bound arguments aVarArgs
See:
bind in ECMAScript 5

©Copyright (c) 2009-2014 SAP SE, All Rights Reserved
Documentation generated by JsDoc Toolkit 2.4.0 on Tue Mar 14 2017 08:48:14 GMT-0000 (UTC)