Home
last modified time | relevance | path

Searched refs:callingContext (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);
H A Dunderscore-min.map1 …start","stop","step","ceil","executeBound","sourceFunc","boundFunc","callingContext","self","TypeE…
/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);