Searched refs:sourceFunc (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); 702 var self = baseCreate(sourceFunc.prototype); 703 var result = sourceFunc.apply(self, args);
|
H A D | underscore-min.map | 1 …or","lastIndexOf","range","start","stop","step","ceil","executeBound","sourceFunc","boundFunc","ca…
|
/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); 731 var self = baseCreate(sourceFunc.prototype); 732 var result = sourceFunc.apply(self, args);
|