Home
last modified time | relevance | path

Searched refs:_lifeCycleHooks (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dcommand.js55 this._lifeCycleHooks = {}; // a hash of arrays
407 if (this._lifeCycleHooks[event]) {
408 this._lifeCycleHooks[event].push(listener);
410 this._lifeCycleHooks[event] = [listener]; property
1193 .filter(cmd => cmd._lifeCycleHooks[event] !== undefined)
1195 hookedCommand._lifeCycleHooks[event].forEach((callback) => {
1222 if (this._lifeCycleHooks[event] !== undefined) {
1223 this._lifeCycleHooks[event].forEach((hook) => {
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4_lifeCycleHooks={},this._showHelpAfterError=!1,this._outputConfiguration={writeOut:e=>process.stdo…