Searched refs:return_false (Results 1 – 7 of 7) sorted by relevance
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | utils.js | 92 function return_false() { return false; } function
|
| D | compress.js | 124 this.drop_fargs = this.options["keep_fargs"] ? return_false : function(lambda, parent) { 567 scope.may_call_this = scope.contains_this() ? return_true : return_false; 2385 var may_throw = return_false; 2407 } : return_false; 3218 if (expr.is_truthy()) return rhs_fuzzy_match(true, return_false); 4462 def(AST_Node, return_false); 4476 this.is_truthy = return_false; 4489 def(AST_Array, return_false); 4518 def(AST_Lambda, return_false); 4519 def(AST_Object, return_false); [all …]
|
| D | output.js | 80 var comment_filter = return_false; // Default case, throw all comments away 571 } : return_false, 662 PARENS(AST_Node, return_false);
|
| D | scope.js | 586 AST_Label.DEFMETHOD("unmangleable", return_false);
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | compress.js | 1244 def(AST_Constant, return_false); 1245 def(AST_Array, return_false); 1252 def(AST_Function, return_false); 1253 def(AST_UnaryPostfix, return_false); 1295 def(AST_Node, return_false); 1321 def(AST_Node, return_false); 1349 def(AST_Node, return_false); 1750 def(AST_EmptyStatement, return_false); 1751 def(AST_Constant, return_false); 1752 def(AST_This, return_false); [all …]
|
| D | utils.js | 130 function return_false() { return false; } function
|
| D | output.js | 80 var comment_filter = return_false; // Default case, throw all comments away
|