Lines Matching refs:_super
122 function _super() { function
131 var __super = this._super;
135 this._super = _super;
140 this._super = __super;
1806 _super = function () { function
1816 prevSuper = tree._super,
1821 tree._super = _super;
1826 tree._super = prevSuper;
7705 if (this.widget._super) {
7707 this.widget._super.call(this.widget, key, value);
8665 _super = instance[methodName] || $.noop;
8671 prevSuper = self._super;
8672 self._super = _super;
8675 self._super = prevSuper;
9049 this._super(ctx, title);
9485 return this._super(ctx, add, node);
9554 return this._super(ctx, add, node);
9561 res = this._super(ctx);
10691 this._super.apply(this, arguments);
11655 res = this._super(ctx);
11958 res = this._super(ctx);
13305 res = this._super(ctx, title);
13353 this._super(ctx);
13427 this._super(ctx, flag, subOpts)
13558 this._super(ctx);
13824 res = this._super(ctx);