return !(ancestors.size() == 1 && ancestors.peek().getNext() == null); | return !(ancestors.size() == 1 && ancestors.peekLast().getNext() == null); | !(ancestors.size() == 1 && ancestors.peek().getNext() == null) | !(ancestors.size() == 1 && ancestors.peekLast().getNext() == null) | closure-compiler | dafbb464a6f82828476eb7020168d84a701e9bb3 | com.google.javascript.jscomp.NodeIterators.FunctionlessLocalScope | | | | | | Uses | True |