Searched defs:ignore_side_effects (Results 1 – 1 of 1) sorted by relevance
/plugin/asciidocjs/node_modules/uglify-js/lib/ |
D | compress.js | 1707 function match_destructured(predicate, ignore_side_effects) { argument 5116 AST_Node.DEFMETHOD("evaluate", function(compressor, ignore_side_effects) { argument 5158 def(AST_Assign, function(compressor, ignore_side_effects, cached, depth) { argument 5191 def(AST_Sequence, function(compressor, ignore_side_effects, cached, depth) { argument 5212 def(AST_Array, function(compressor, ignore_side_effects, cached, depth) { argument 5226 def(AST_Object, function(compressor, ignore_side_effects, cached, depth) { argument 5251 def(AST_UnaryPrefix, function(compressor, ignore_side_effects, cached, depth) { argument 5295 def(AST_UnaryPostfix, function(compressor, ignore_side_effects, cached, depth) { argument 5316 def(AST_Binary, function(compressor, ignore_side_effects, cached, depth) { argument 5378 def(AST_Conditional, function(compressor, ignore_side_effects, cached, depth) { argument [all …]
|