Searched refs:_isHTMLAllCollection (Results 1 – 1 of 1) sorted by relevance
223 return InjectedScript.primitiveTypes[typeof object] && !this._isHTMLAllCollection(object);541 return !!object || this._isHTMLAllCollection(object);548 _isHTMLAllCollection: function(object) method in InjectedScript709 if (this.type === "undefined" && injectedScript._isHTMLAllCollection(object))944 if (type === "undefined" && injectedScript._isHTMLAllCollection(value))