From 27c845eef2b1f6257b6dbc6a3c4592e658db94f2 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Wed, 12 Jan 2022 13:56:04 -0500 Subject: js: Pretty-print the Intl.DisplayNames [[LanguageDisplay]] internal slot --- Userland/Utilities/js.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Userland') diff --git a/Userland/Utilities/js.cpp b/Userland/Utilities/js.cpp index 8727493605..0fae2e8abf 100644 --- a/Userland/Utilities/js.cpp +++ b/Userland/Utilities/js.cpp @@ -601,6 +601,10 @@ static void print_intl_display_names(JS::Object const& object, HashTable& seen_objects) -- cgit v1.2.3