Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Doutput.js674 if (value < 0 || /^0/.test(make_num(value))) {
1218 output.print(make_num(key));
1265 output.print(make_num(self.getValue()));
1345 function make_num(num) { function
/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js842 … return p instanceof AST_PropAccess && p.expression === this && /^0/.test(make_num(this.value));
1707 output.print(make_num(key));
1797 output.print(make_num(this.value));
1867 function make_num(num) { function