Searched refs:SubscribaleAbstract (Results 1 – 4 of 4) sorted by relevance
56 if (this.wrappedValue_ instanceof SubscribaleAbstract) {57 (this.wrappedValue_ as SubscribaleAbstract).removeOwningProperty(this);80 } else if (newValue instanceof SubscribaleAbstract) {83 (this.wrappedValue_ as unknown as SubscribaleAbstract).addOwningProperty(this);
182 abstract class SubscribaleAbstract extends SubscribableAbstract {
404 ## SubscribaleAbstract section
1505 class SubscribaleAbstract extends SubscribableAbstract { class3205 if (this.wrappedValue_ instanceof SubscribaleAbstract) {3229 else if (newValue instanceof SubscribaleAbstract) {