Lines Matching refs:exp
203 var exp = node.expression;
204 if (exp instanceof AST_Dot) switch (exp.property) {
208 exp = exp.expression;
209 if (!(exp instanceof AST_SymbolRef)) break;
210 if (exp.name != "Object") break;
211 if (!exp.definition().undeclared) break;
239 var exp = node.expression;
240 if (exp instanceof AST_Dot) switch (exp.property) {
244 exp = exp.expression;
245 if (!(exp instanceof AST_SymbolRef)) break;
246 if (exp.name != "Object") break;
247 if (!exp.definition().undeclared) break;