552553554555556557558559560561562
} } } else if (node instanceof Name) { Name name = (Name)node; String propertyName = name.toSource(); boolean result = lookupProperty(propertyName); if (result) { return false; } } else if (node instanceof ExpressionStatement) {
7677787980818283848586
Name functionName = f.getFunctionName(); if (functionName == null) { return "anonymous" + f.getLineno(); } else { return functionName.toSource(); } } /** * Creates a node that can be inserted at a certain point in function.