Home
last modified time | relevance | path

Searched refs:_isHTMLAllCollection (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/inspector/
Dinjected-script-source.js223 return InjectedScript.primitiveTypes[typeof object] && !this._isHTMLAllCollection(object);
541 return !!object || this._isHTMLAllCollection(object);
548 _isHTMLAllCollection: function(object) method in InjectedScript
709 if (this.type === "undefined" && injectedScript._isHTMLAllCollection(object))
944 if (type === "undefined" && injectedScript._isHTMLAllCollection(value))