219220221222223224225226
@Override public void endVisit(JLocal x, Context ctx) { // locals can conflict, that's okay just reuse the same variable JsScope scope = peek(); JsName jsName = scope.declareName(x.getName()); names.put(x, jsName); }