@@ -314,6 +314,17 @@ public boolean test(final JavaClass javaClass) {
314314 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.html.HTMLProgressElement.getValue()" )
315315 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.html.HTMLSelectElement.getValue()" )
316316 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.html.HTMLTextAreaElement.getValue()" )
317+
318+ .and ().doNotHaveFullName ("org.htmlunit.javascript.host.intl.Locale.getBaseName()" )
319+ .and ().doNotHaveFullName ("org.htmlunit.javascript.host.intl.Locale.getCalendar()" )
320+ .and ().doNotHaveFullName ("org.htmlunit.javascript.host.intl.Locale.getCaseFirst()" )
321+ .and ().doNotHaveFullName ("org.htmlunit.javascript.host.intl.Locale.getCollation()" )
322+ .and ().doNotHaveFullName ("org.htmlunit.javascript.host.intl.Locale.getHourCycle()" )
323+ .and ().doNotHaveFullName ("org.htmlunit.javascript.host.intl.Locale.getLanguage()" )
324+ .and ().doNotHaveFullName ("org.htmlunit.javascript.host.intl.Locale.getNumberingSystem()" )
325+ .and ().doNotHaveFullName ("org.htmlunit.javascript.host.intl.Locale.getRegion()" )
326+ .and ().doNotHaveFullName ("org.htmlunit.javascript.host.intl.Locale.getScript()" )
327+
317328 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.worker.DedicatedWorkerGlobalScope.getSelf()" )
318329 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.xml.XMLHttpRequest.getResponse()" )
319330 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.xml.XMLHttpRequest.getResponseXML()" )
@@ -347,6 +358,7 @@ public boolean test(final JavaClass javaClass) {
347358 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.SimpleArray.item(int)" )
348359 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.SimpleArray.namedItem(java.lang.String)" )
349360 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.Storage.getItem(java.lang.String)" )
361+ .and ().doNotHaveFullName ("org.htmlunit.javascript.host.Window.queueMicrotask(org.htmlunit.corejs.javascript.Context, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.Scriptable, [Ljava.lang.Object;, org.htmlunit.corejs.javascript.Function)" )
350362 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.Window.setInterval(org.htmlunit.corejs.javascript.Context, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.Scriptable, [Ljava.lang.Object;, org.htmlunit.corejs.javascript.Function)" )
351363 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.Window.setTimeout(org.htmlunit.corejs.javascript.Context, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.Scriptable, [Ljava.lang.Object;, org.htmlunit.corejs.javascript.Function)" )
352364 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.css.CSSRuleList.item(int)" )
0 commit comments