Searched refs:AST_Dot (Results 1 – 18 of 18) sorted by relevance
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | propmangle.js | 135 } else if (node instanceof AST_Dot) { 204 if (exp instanceof AST_Dot) switch (exp.property) { 227 } else if (node instanceof AST_Dot) { 240 if (exp instanceof AST_Dot) switch (exp.property) { 263 } else if (node instanceof AST_Dot) {
|
| D | transform.js | 172 DEF(AST_Dot, function(self, tw) {
|
| D | scope.js | 800 AST_Dot.prototype.add_source_map = function() { class 810 delete AST_Dot.prototype.add_source_map;
|
| D | ast.js | 1551 …property: "[AST_Node|string] the property to access. For AST_Dot this is always a plain string, w…
|
| D | mozilla-ast.js | 287 return new (M.computed ? AST_Sub : AST_Dot)({ 303 return new AST_Dot({
|
| D | compress.js | 417 …if (compressor.option("unsafe") && parent instanceof AST_Dot && is_read_only_fn(value, parent.prop… 880 type = AST_Dot; 1037 if (lhs instanceof AST_Dot) { 2845 } else if (expr instanceof AST_Dot) { 3498 … if (node instanceof AST_Dot) return side_effects_external(node.expression, true); 4579 def(AST_Dot, function(compressor, force) { 4699 return exp instanceof AST_Dot && (fn[exp.property] 4785 return exp instanceof AST_Dot && (fn[exp.property] 4848 return exp instanceof AST_Dot && fn[exp.property]; 4922 def(AST_Dot, function(compressor, suffix) { [all …]
|
| D | output.js | 486 if (parent instanceof AST_Dot) return parent.expression === node; 1515 DEFPRINT(AST_Dot, function(output) {
|
| D | parse.js | 2313 expr = new AST_Dot({
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | propmangle.js | 118 else if (node instanceof AST_Dot) { 136 else if (node instanceof AST_Dot) {
|
| D | transform.js | 182 _(AST_Dot, function(self, tw){
|
| D | utils.js | 351 (p instanceof AST_Dot && p.expression === node ) ||
|
| D | compress.js | 806 left: make_node(AST_Dot, name, { 1417 def(AST_Dot, function(compressor, suffix){ 1825 def(AST_Dot, function(compressor){ 2404 def(AST_Dot, function(compressor, first_in_statement){ 2974 … else if (exp instanceof AST_Dot && exp.property == "toString" && self.args.length == 0) { 2981 …else if (exp instanceof AST_Dot && exp.expression instanceof AST_Array && exp.property == "join") … 3043 …else if (exp instanceof AST_Dot && exp.expression.is_string(compressor) && exp.property == "charAt… 4009 return make_node(AST_Dot, self, { 4029 OPT(AST_Dot, function(self, compressor){ 4044 && self.expression instanceof AST_Dot
|
| D | scope.js | 526 else if (node instanceof AST_Dot)
|
| D | mozilla-ast.js | 151 return new (M.computed ? AST_Sub : AST_Dot)({
|
| D | ast.js | 691 var AST_Dot = DEFNODE("Dot", null, { variable
|
| D | parse.js | 1434 return subscripts(new AST_Dot({
|
| D | output.js | 1108 DEFPRINT(AST_Dot, function(self, output){
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/ |
| D | extract-props.js | 40 else if (node instanceof U2.AST_Dot) {
|