Searched refs:isPseudoElementIdentifier (Results 1 – 3 of 3) sorted by relevance
1 …isPseudoElementIdentifier=function(e){var t=e.match(/^::?([\w-]+)/);return!!t&&!!this.cssDataManag… method in e
35570 SelectorPrinting.prototype.isPseudoElementIdentifier = function (text) { method in SelectorPrinting35600 if (_this.isPseudoElementIdentifier(text)) {
1 …isPseudoElementIdentifier = function (text) {\n var match = text.match(/^::?([\\w-]+)/);\n …