Searched refs:_acceptInterpolatedIdent (Results 1 – 2 of 2) sorted by relevance
29436 var hasContent = this._acceptInterpolatedIdent(node);29451 childAdded = this._acceptInterpolatedIdent(node);29454 childAdded = this._acceptInterpolatedIdent(node, propertyRegex);29483 LESSParser.prototype._acceptInterpolatedIdent = function (node, identRegex) { method in LESSParser
1 …_acceptInterpolatedIdent(node);\n return hasContent ? this.finish(node) : null;\n };\n …