Searched refs:mark_locally_defined (Results 1 – 1 of 1) sorted by relevance
/plugin/asciidocjs/node_modules/uglify-js/lib/ |
D | compress.js | 3634 mark_locally_defined(stat.condition, null, stats); 3638 mark_locally_defined(stat.condition, stats); 9365 function mark_locally_defined(condition, consequent, alternative) { function 9371 mark_locally_defined(condition.left, consequent); 9372 mark_locally_defined(condition.right, consequent); 9375 mark_locally_defined(negate(condition.left), alternative); 9376 mark_locally_defined(negate(condition.right), alternative); 9778 …if (compressor.option("typeofs")) mark_locally_defined(self.condition, self.body, self.alternative… 12173 mark_locally_defined(self.left, self.right, null); 12176 mark_locally_defined(self.left, null, self.right);
|