Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script-source.js203 return InjectedScript.primitiveTypes[typeof object] && !this._isHTMLAllCollection(object);
546 return !!object || this._isHTMLAllCollection(object);
553 _isHTMLAllCollection: function(object) method in InjectedScript
735 if (this.type === "undefined" && injectedScript._isHTMLAllCollection(object))
1006 if (type === "undefined" && injectedScript._isHTMLAllCollection(value))