Exec the script with name.
@override Future<String?> exec( String code, Map<String, String> args, String dft, { Context? ctx, }) async { return await _h.invoke(this, _methods['exec']!, [code, args, dft], ctx); }