Searched refs:AST_LoopControl (Results 1 – 9 of 9) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | ast.js | 220 if (node instanceof AST_LoopControl 448 var AST_LoopControl = DEFNODE("LoopControl", "label", { variable 462 }, AST_LoopControl); 466 }, AST_LoopControl);
|
| D | transform.js | 126 _(AST_LoopControl, function(self, tw){
|
| D | scope.js | 197 if (node instanceof AST_LoopControl && node.label) {
|
| D | compress.js | 972 … var lct = ab instanceof AST_LoopControl ? compressor.loopcontrol_target(ab) : null; 994 … var lct = ab instanceof AST_LoopControl ? compressor.loopcontrol_target(ab) : null; 1042 if (stat instanceof AST_LoopControl) { 2465 if (node instanceof AST_LoopControl && tw.loopcontrol_target(node) === self)
|
| D | output.js | 886 AST_LoopControl.DEFMETHOD("_do_print", function(output, kind){
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | transform.js | 97 DEF(AST_LoopControl, function(self, tw) {
|
| D | ast.js | 2042 references: "[AST_LoopControl*] a list of nodes referring to this label"
|
| D | scope.js | 278 if (node instanceof AST_LoopControl) {
|
| D | compress.js | 2535 if (node instanceof AST_LoopControl) return true; 3752 if (!(ab instanceof AST_LoopControl)) return false; 3919 if (stat instanceof AST_LoopControl) { 4417 if (!(node instanceof AST_LoopControl)) dropped = true; 6213 OPT(AST_LoopControl, function(self, compressor) { 9151 if (!type) type = AST_LoopControl;
|