Searched refs:return_true (Results 1 – 7 of 7) sorted by relevance
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | utils.js | 93 function return_true() { return true; } function
|
| D | compress.js | 159 this.pure_funcs = return_true; 567 scope.may_call_this = scope.contains_this() ? return_true : return_false; 606 if (fn.parent_scope.resolve().may_call_this === return_true) { 627 … var tangled = scope.may_call_this === return_true ? fn_defs : fn_defs.filter(function(fn) { 4443 def(AST_Class, return_true); 4463 def(AST_Array, return_true); 4467 def(AST_Lambda, return_true); 4468 def(AST_Object, return_true); 4469 def(AST_RegExp, return_true); 4488 def(AST_Node, return_true); [all …]
|
| D | ast.js | 264 _equals: return_true,
|
| D | output.js | 101 comment_filter = return_true;
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | utils.js | 131 function return_true() { return true; } function
|
| D | compress.js | 97 } : return_true; 1242 def(AST_Null, return_true); 1243 def(AST_Undefined, return_true); 1313 def(AST_True, return_true); 1314 def(AST_False, return_true); 1322 def(AST_Number, return_true); 1350 def(AST_String, return_true); 1748 def(AST_Node, return_true); 1797 def(AST_Defun, return_true); 1803 def(AST_Assign, return_true);
|
| D | output.js | 103 comment_filter = return_true;
|