Home
last modified time | relevance | path

Searched refs:AST_Dot (Results 1 – 18 of 18) sorted by relevance

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dpropmangle.js135 } 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) {
Dtransform.js172 DEF(AST_Dot, function(self, tw) {
Dscope.js800 AST_Dot.prototype.add_source_map = function() { class
810 delete AST_Dot.prototype.add_source_map;
Dast.js1551 …property: "[AST_Node|string] the property to access. For AST_Dot this is always a plain string, w…
Dmozilla-ast.js287 return new (M.computed ? AST_Sub : AST_Dot)({
303 return new AST_Dot({
Dcompress.js417 …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 …]
Doutput.js486 if (parent instanceof AST_Dot) return parent.expression === node;
1515 DEFPRINT(AST_Dot, function(output) {
Dparse.js2313 expr = new AST_Dot({
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dpropmangle.js118 else if (node instanceof AST_Dot) {
136 else if (node instanceof AST_Dot) {
Dtransform.js182 _(AST_Dot, function(self, tw){
Dutils.js351 (p instanceof AST_Dot && p.expression === node ) ||
Dcompress.js806 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
Dscope.js526 else if (node instanceof AST_Dot)
Dmozilla-ast.js151 return new (M.computed ? AST_Sub : AST_Dot)({
Dast.js691 var AST_Dot = DEFNODE("Dot", null, { variable
Dparse.js1434 return subscripts(new AST_Dot({
Doutput.js1108 DEFPRINT(AST_Dot, function(self, output){
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/
Dextract-props.js40 else if (node instanceof U2.AST_Dot) {