}
@Internal(".dfltStop")
public static void defaultStop(@Current Context context, String message, FunctionCall call) {
EvalException e = new EvalException(message);
e.initContext(context);
throw e;
}
@Internal(".dfltStop")
public static void defaultStop(@Current Context context, String message, Null nz) {