Searched refs:_lifeCycleHooks (Results 1 – 2 of 2) sorted by relevance
55 this._lifeCycleHooks = {}; // a hash of arrays407 if (this._lifeCycleHooks[event]) {408 this._lifeCycleHooks[event].push(listener);410 this._lifeCycleHooks[event] = [listener]; property1193 .filter(cmd => cmd._lifeCycleHooks[event] !== undefined)1195 hookedCommand._lifeCycleHooks[event].forEach((callback) => {1222 if (this._lifeCycleHooks[event] !== undefined) {1223 this._lifeCycleHooks[event].forEach((hook) => {
4 …_lifeCycleHooks={},this._showHelpAfterError=!1,this._outputConfiguration={writeOut:e=>process.stdo…