Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Doutput.js151 function quote_double() { function
159 return quote_double();
161 return quote == "'" ? quote_single() : quote_double();
163 return dq > sq ? quote_single() : quote_double();
/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js178 function quote_double(str) { function in OutputStream
185 quote_double,
187 return quote == "'" ? quote_single(str) : quote_double(str);
190 return dq > sq ? quote_single(str) : quote_double(str);