Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dutils.js93 function return_true() { return true; } function
Dcompress.js159 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 …]
Dast.js264 _equals: return_true,
Doutput.js101 comment_filter = return_true;
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dutils.js131 function return_true() { return true; } function
Dcompress.js97 } : 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);
Doutput.js103 comment_filter = return_true;