Searched refs:_equals (Results 1 – 4 of 4) sorted by relevance
113 return this.TYPE == node.TYPE && this._equals(node);264 _equals: return_true, property273 _equals: function(node) { method
426 …_equals(e,t){for(;null!==e&&null!==t;){if(e===t)return!0;if(e.state!==t.state)return!1;e=e.parent,…
1 …_equals(other) {\n if (!(other instanceof EditorState)) {\n return false;\n …