Searched refs:ObservedMethods (Results 1 – 1 of 1) sorted by relevance
93 const ObservedMethods = { class103 const OBSERVED_METHODS = Object.keys(ObservedMethods).map(104 key => ObservedMethods[key]122 if (ObservedMethods.PUSH === key || ObservedMethods.UNSHIFT === key) {124 } else if (ObservedMethods.SPLICE === key) {