Lines Matching refs:Hook
894 module.exports = Hook;
904 function Hook(title, fn) { class
915 Hook.prototype = new F; class
916 Hook.prototype.constructor = Hook;
927 Hook.prototype.error = function(err){
1446 exports.Hook = require('./hook');
5302 , Hook = require('./hook');
5468 var hook = new Hook(title, fn);
5495 var hook = new Hook(title, fn);
5522 var hook = new Hook(title, fn);
5549 var hook = new Hook(title, fn);