Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dast.js235 var AST_DWLoop = DEFNODE("DWLoop", "condition", { variable
250 }, AST_DWLoop);
260 }, AST_DWLoop);
1028 (p instanceof AST_DWLoop && p.condition === self) ||
Dtransform.js99 _(AST_DWLoop, function(self, tw){
Dcompress.js370 if (node instanceof AST_If || node instanceof AST_DWLoop) {
578 if (x instanceof AST_For || x instanceof AST_ForIn || x instanceof AST_DWLoop) {
2447 OPT(AST_DWLoop, function(self, compressor){
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js2534 if (node instanceof AST_DWLoop) return true;
2847 } else if (expr instanceof AST_DWLoop) {
9432 if (node instanceof AST_DWLoop) {
11045 } else if (scope instanceof AST_DWLoop) {