Searched refs:NoopHandler (Results 1 – 3 of 3) sorted by relevance
23 class NoopHandler extends Handler class
148 …* Added NoopHandler which is similar to the NullHandle but does not prevent the bubbling of log re…
9594 function NoopHandler() { } function9596 NoopHandler.prototype = Object.create(BaseHandler.prototype);9598 NoopHandler.prototype.handleNode = function() {10228 stack.push(new NoopHandler());