var tag = "de-Latn-AT-u-ca-gregory-nu-latn-co-phonebk-kf-false-kn-hc-h23"; var locale = new Intl.Locale(tag); var scwLocale = wrapWithProto(locale, Intl.Locale.prototype);
for (var [key, {get, value = get}] of Object.entries(Object.getOwnPropertyDescriptors(Intl.Locale.prototype))) { if (typeof value === "function") { if (key !== "constructor") { var expectedValue = value.call(locale);