Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js3911 return booleanize(self.condition);
3916 left: booleanize(self.condition),
3923 return booleanize(self.condition.negate(compressor));
3928 left: booleanize(self.condition.negate(compressor)),
3936 left: booleanize(self.condition.negate(compressor)),
3944 left: booleanize(self.condition),
3951 function booleanize(node) { function