Searched refs:getFlush (Results 1 – 1 of 1) sorted by relevance
340 syncFlush = getFlush(callbacks.sync, this, [ type ].concat(args));341 asyncFlush = getFlush(callbacks.async, this, [ type ].concat(args));346 function getFlush(callbacks, context, args) { function