Searched refs:AST_Sub (Results 1 – 17 of 17) sorted by relevance
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | propmangle.js | 137 } else if (node instanceof AST_Sub) { 229 } else if (node instanceof AST_Sub) { 265 } else if (node instanceof AST_Sub) {
|
| D | transform.js | 175 DEF(AST_Sub, function(self, tw) {
|
| D | scope.js | 803 AST_Sub.prototype.add_source_map = function() { class 811 delete AST_Sub.prototype.add_source_map;
|
| D | ast.js | 1551 …roperty to access. For AST_Dot this is always a plain string, while for AST_Sub it's an arbitrary…
|
| D | mozilla-ast.js | 287 return new (M.computed ? AST_Sub : AST_Dot)({ 893 var computed = M instanceof AST_Sub;
|
| D | compress.js | 781 if (!(node instanceof AST_Sub)) return; 842 return make_node(AST_Sub, node, { 877 var type = AST_Sub; 1039 } else if (lhs instanceof AST_Sub) { 1342 def(AST_Sub, function(tw) { 2564 if (parent instanceof AST_Sub) return parent.optional && parent.expression !== node; 2890 } else if (expr instanceof AST_Sub) { 3331 } else if (find_arguments && node instanceof AST_Sub) { 3499 … if (node instanceof AST_Sub) return side_effects_external(node.expression, true); 5817 || lhs instanceof AST_Sub && lhs.property.has_side_effects(compressor) [all …]
|
| D | output.js | 489 if (parent instanceof AST_Sub) return parent.expression === node; 1534 DEFPRINT(AST_Sub, function(output) {
|
| D | parse.js | 2295 expr = new AST_Sub({
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | propmangle.js | 121 else if (node instanceof AST_Sub) { 139 else if (node instanceof AST_Sub) {
|
| D | mozilla-ast.js | 151 return new (M.computed ? AST_Sub : AST_Dot)({ 336 var isComputed = M instanceof AST_Sub;
|
| D | transform.js | 186 _(AST_Sub, function(self, tw){
|
| D | ast.js | 374 left: new AST_Sub({ 700 var AST_Sub = DEFNODE("Sub", null, { variable
|
| D | utils.js | 352 (p instanceof AST_Sub && p.expression === node ) ||
|
| D | compress.js | 1829 def(AST_Sub, function(compressor){ 2408 def(AST_Sub, function(compressor, first_in_statement){ 3047 return make_node(AST_Sub, exp, { 4004 OPT(AST_Sub, function(self, compressor){ 4036 return make_node(AST_Sub, self, {
|
| D | parse.js | 1445 return subscripts(new AST_Sub({
|
| D | output.js | 1121 DEFPRINT(AST_Sub, function(self, output){
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/ |
| D | extract-props.js | 43 else if (node instanceof U2.AST_Sub) {
|