Searched refs:AST_DWLoop (Results 1 – 4 of 4) sorted by relevance
235 var AST_DWLoop = DEFNODE("DWLoop", "condition", { variable250 }, AST_DWLoop);260 }, AST_DWLoop);1028 (p instanceof AST_DWLoop && p.condition === self) ||
99 _(AST_DWLoop, function(self, tw){
370 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){
2534 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) {