220221222223224225226
if (environment.isBlock()) { // We need the declaration frame to get the arguments to use environment.setNeedsDeclarationFrame(); } return new GeneralSuperReCallNode(context, sourceSection, environment.getNamedMethodName(), environment.isBlock()); }