Home | History | Annotate | Download | only in webcomponentsjs

Lines Matching refs:ancestor

563   function registerTransientObservers(ancestor, node) {
564 for (;ancestor; ancestor = ancestor.parentNode) {
565 var registrations = registrationsTable.get(ancestor);