Home
last modified time | relevance | path

Searched refs:sourceFunc (Results 1 – 3 of 3) sorted by relevance

/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js700 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 Dunderscore-min.map1 …or","lastIndexOf","range","start","stop","step","ceil","executeBound","sourceFunc","boundFunc","ca…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js729 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);