Home | History | Annotate | Download | only in webcomponentsjs

Lines Matching refs:ancestor

2062       var proto = definition.prototype, ancestor;
2064 ancestor = Object.getPrototypeOf(proto);
2065 proto.__proto__ = ancestor;
2066 proto = ancestor;