Searched refs:getSelectors (Results 1 – 4 of 4) sorted by relevance
88 public function getSelectors() function in Google\\Service\\GameServices\\ScalingConfig
1 …getSelectors=function(){return this.selectors||(this.selectors=new le(this)),this.selectors},t.pro… method in t
25173 RuleSet.prototype.getSelectors = function () {26213 ExtendsReference.prototype.getSelectors = function () {26960 var selectors = node.getSelectors();28902 for (var _i = 0, _a = node.getSelectors().getChildren(); _i < _a.length; _i++) {29613 var selectors = node.getSelectors();30249 if (!node.getSelectors().addChild(this._parseSimpleSelector())) {30253 node.getSelectors().addChild(this._parseSimpleSelector());31825 var selector = ruleSet.getSelectors().findFirstChildBeforeOffset(this.offset);31826 if (selector && ruleSet.getSelectors().getChildren().indexOf(selector) === 0) {33749 …this.addEntry(node.getSelectors(), _lintRules_js__WEBPACK_IMPORTED_MODULE_1__["Rules"].EmptyRuleSe…[all …]
1 …getSelectors = function () {\n if (!this.selectors) {\n this.selectors = new Nod…