Hooks.prototype.execPost = function(name, context, args) {
  args = args || [];
  var posts = this._posts[name] || [];
  var numPosts = posts.length;