Searched refs:is_raw_tag (Results 1 – 1 of 1) sorted by relevance
4866 return !this.tag || is_raw_tag(compressor, this.tag);5600 if (!is_raw_tag(compressor, this.tag)) return this;11597 if (node instanceof AST_Template) return !node.tag || is_raw_tag(compressor, node.tag);12535 function is_raw_tag(compressor, tag) { function12556 if (!tag || is_raw_tag(compressor, tag)) {