Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Doutput.js80 var comment_filter = return_false; // Default case, throw all comments away
91 comment_filter = function(comment) { function in OutputStream
96 comment_filter = function(comment) {
101 comment_filter = is_some_comments;
103 comment_filter = return_true;
427 comment_filter : comment_filter,
520 comments = comments.filter(output.comment_filter, self);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js80 var comment_filter = return_false; // Default case, throw all comments away
91 comment_filter = function(comment) { function in OutputStream
95 comment_filter = function(comment) {
99 comment_filter = is_some_comments;
101 comment_filter = return_true;
524 comments = comments.filter(comment_filter, node);
559 comments.filter(comment_filter, node).forEach(function(comment, index) {