public final class ES6Generator extends IdScriptableObject { private static final long serialVersionUID = 1645892441041347273L; Expand Down Expand Up @@ -420,7 +422,7 @@ protected int findPrototypeId(String s) { X = "return"; id = Id_return; } if (X != null && X != s && !X.equa...