Home | History | Annotate | Download | only in ui

Lines Matching refs:_handlers

865     this._handlers = null;
876 if (!this._handlers) {
877 this._handlers = new Map();
881 var methods = this._handlers.get(object);
884 this._handlers.set(object, methods);
891 if (this._handlers)
897 var handlers = this._handlers;
898 this._handlers = null;