Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js4866 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) { function
12556 if (!tag || is_raw_tag(compressor, tag)) {