Searched refs:callingContext (Results 1 – 3 of 3) sorted by relevance
/plugin/sequencediagram/bower_components/underscore/ |
H A D | underscore.js | 700 var executeBound = function(sourceFunc, boundFunc, context, callingContext, args) { argument 701 if (!(callingContext instanceof boundFunc)) return sourceFunc.apply(context, args);
|
H A D | underscore-min.map | 1 …start","stop","step","ceil","executeBound","sourceFunc","boundFunc","callingContext","self","TypeE…
|
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/ |
H A D | underscore.js | 729 var executeBound = function(sourceFunc, boundFunc, context, callingContext, args) { argument 730 if (!(callingContext instanceof boundFunc)) return sourceFunc.apply(context, args);
|