Hooks.prototype.execPre = function(name, context, args) {
  args = args || [];
  var pres = this._pres[name] || [];
  var numPres = pres.length;