Lines Matching refs:AST_PropAccess
676 … if (output.option("webkit") && p instanceof AST_PropAccess && p.expression === this) return true;
705 if (p instanceof AST_PropAccess) return p.expression === this;
746 || p instanceof AST_PropAccess && p.expression === this
780 if (p instanceof AST_PropAccess) return p.expression === this;
789 if (!(parent instanceof AST_Call || parent instanceof AST_PropAccess)) return false;
793 PARENS(AST_PropAccess, function(output) {
816 && p instanceof AST_PropAccess
833 if (p instanceof AST_PropAccess) return true;
842 … return p instanceof AST_PropAccess && p.expression === this && /^0/.test(make_num(this.value));
859 if (p instanceof AST_PropAccess) return p.expression === self;
1476 } while (parent instanceof AST_PropAccess && parent.expression === node);