<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[209247] trunk/Source/WebCore</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/209247">209247</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2016-12-02 10:40:50 -0800 (Fri, 02 Dec 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>[WebIDL] Remove support for the 'Nondeterministic' extended attribute
https://bugs.webkit.org/show_bug.cgi?id=165307

Patch by Sam Weinig &lt;sam@webkit.org&gt; on 2016-12-02
Reviewed by Chris Dumez.

We are not currently using the WebReplay functionality that the Nondeterministic
extended attribute is intended to aide. If we come back to WebReplay in the future,
we can bring it back.

* bindings/scripts/CodeGeneratorJS.pm:
(GenerateImplementation):
(GenerateImplementationFunctionCall):
(GetNativeTypeForMemoization): Deleted.
* bindings/scripts/IDLAttributes.txt:
* bindings/scripts/test/JS/JSTestNondeterministic.cpp: Removed.
* bindings/scripts/test/JS/JSTestNondeterministic.h: Removed.
* bindings/scripts/test/TestNondeterministic.idl: Removed.
* page/Navigator.idl:
* page/Screen.idl:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptsCodeGeneratorJSpm">trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptsIDLAttributestxt">trunk/Source/WebCore/bindings/scripts/IDLAttributes.txt</a></li>
<li><a href="#trunkSourceWebCorepageNavigatoridl">trunk/Source/WebCore/page/Navigator.idl</a></li>
<li><a href="#trunkSourceWebCorepageScreenidl">trunk/Source/WebCore/page/Screen.idl</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestNondeterministiccpp">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestJSJSTestNondeterministich">trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptstestTestNondeterministicidl">trunk/Source/WebCore/bindings/scripts/test/TestNondeterministic.idl</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (209246 => 209247)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-12-02 18:38:12 UTC (rev 209246)
+++ trunk/Source/WebCore/ChangeLog        2016-12-02 18:40:50 UTC (rev 209247)
</span><span class="lines">@@ -1,3 +1,25 @@
</span><ins>+2016-12-02  Sam Weinig  &lt;sam@webkit.org&gt;
+
+        [WebIDL] Remove support for the 'Nondeterministic' extended attribute
+        https://bugs.webkit.org/show_bug.cgi?id=165307
+
+        Reviewed by Chris Dumez.
+
+        We are not currently using the WebReplay functionality that the Nondeterministic
+        extended attribute is intended to aide. If we come back to WebReplay in the future,
+        we can bring it back.
+
+        * bindings/scripts/CodeGeneratorJS.pm:
+        (GenerateImplementation):
+        (GenerateImplementationFunctionCall):
+        (GetNativeTypeForMemoization): Deleted.
+        * bindings/scripts/IDLAttributes.txt:
+        * bindings/scripts/test/JS/JSTestNondeterministic.cpp: Removed.
+        * bindings/scripts/test/JS/JSTestNondeterministic.h: Removed.
+        * bindings/scripts/test/TestNondeterministic.idl: Removed.
+        * page/Navigator.idl:
+        * page/Screen.idl:
+
</ins><span class="cx"> 2016-12-02  Dave Hyatt  &lt;hyatt@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [CSS Parser] Support the -webkit-letterpress value for text-decoration
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptsCodeGeneratorJSpm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm (209246 => 209247)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm        2016-12-02 18:38:12 UTC (rev 209246)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm        2016-12-02 18:40:50 UTC (rev 209247)
</span><span class="lines">@@ -3325,34 +3325,6 @@
</span><span class="cx">                 push(@implContent, &quot;        return jsUndefined();\n&quot;);
</span><span class="cx">             }
</span><span class="cx"> 
</span><del>-            if ($attribute-&gt;extendedAttributes-&gt;{Nondeterministic}) {
-                AddToImplIncludes(&quot;MemoizedDOMResult.h&quot;, &quot;WEB_REPLAY&quot;);
-                AddToImplIncludes(&quot;&lt;replay/InputCursor.h&gt;&quot;, &quot;WEB_REPLAY&quot;);
-                AddToImplIncludes(&quot;&lt;wtf/NeverDestroyed.h&gt;&quot;, &quot;WEB_REPLAY&quot;);
-
-                push(@implContent, &quot;#if ENABLE(WEB_REPLAY)\n&quot;);
-                push(@implContent, &quot;    auto&amp; cursor = state.lexicalGlobalObject()-&gt;inputCursor();\n&quot;);
-
-                my $nativeType = GetNativeType($interface, $type);
-                my $memoizedType = GetNativeTypeForMemoization($interface, $type);
-                push(@implContent, &quot;    static NeverDestroyed&lt;const AtomicString&gt; bindingName(\&quot;$interfaceName.$name\&quot;, AtomicString::ConstructFromLiteral);\n&quot;);
-                push(@implContent, &quot;    if (cursor.isCapturing()) {\n&quot;);
-                push(@implContent, &quot;        $memoizedType memoizedResult = thisObject.wrapped().$implGetterFunctionName();\n&quot;);
-                push(@implContent, &quot;        cursor.appendInput&lt;MemoizedDOMResult&lt;$memoizedType&gt;&gt;(bindingName.get().string(), memoizedResult, 0);\n&quot;);
-                push(@implContent, &quot;        return &quot; . NativeToJSValueUsingReferences($attribute, 0, $interface, &quot;memoizedResult&quot;, &quot;thisObject&quot;) . &quot;;\n&quot;);
-                push(@implContent, &quot;    }\n&quot;);
-                push(@implContent, &quot;\n&quot;);
-                push(@implContent, &quot;    if (cursor.isReplaying()) {\n&quot;);
-                push(@implContent, &quot;        $memoizedType memoizedResult;\n&quot;);
-                push(@implContent, &quot;        MemoizedDOMResultBase* input = cursor.fetchInput&lt;MemoizedDOMResultBase&gt;();\n&quot;);
-                push(@implContent, &quot;        if (input &amp;&amp; input-&gt;convertTo&lt;$memoizedType&gt;(memoizedResult)) {\n&quot;);
-                # FIXME: the generated code should report an error if an input cannot be fetched or converted.
-                push(@implContent, &quot;            return &quot; . NativeToJSValueUsingReferences($attribute, 0, $interface, &quot;memoizedResult&quot;, &quot;thisObject&quot;) . &quot;;\n&quot;);
-                push(@implContent, &quot;        }\n&quot;);
-                push(@implContent, &quot;    }\n&quot;);
-                push(@implContent, &quot;#endif\n&quot;);
-            } # attribute Nondeterministic
-
</del><span class="cx">             if (HasCustomGetter($attribute-&gt;extendedAttributes)) {
</span><span class="cx">                 push(@implContent, &quot;    return thisObject.$implGetterFunctionName(state);\n&quot;);
</span><span class="cx">             } elsif ($type-&gt;name eq &quot;EventHandler&quot;) {
</span><span class="lines">@@ -4868,49 +4840,11 @@
</span><span class="cx"> {
</span><span class="cx">     my ($function, $functionString, $indent, $interface) = @_;
</span><span class="cx"> 
</span><del>-    my $nondeterministic = $function-&gt;extendedAttributes-&gt;{Nondeterministic};
-
</del><span class="cx">     if ($function-&gt;type-&gt;name eq &quot;void&quot; || IsReturningPromise($function)) {
</span><del>-        if ($nondeterministic) {
-            AddToImplIncludes(&quot;&lt;replay/InputCursor.h&gt;&quot;, &quot;WEB_REPLAY&quot;);
-            push(@implContent, &quot;#if ENABLE(WEB_REPLAY)\n&quot;);
-            push(@implContent, $indent . &quot;InputCursor&amp; cursor = state-&gt;lexicalGlobalObject()-&gt;inputCursor();\n&quot;);
-            push(@implContent, $indent . &quot;if (!cursor.isReplaying())\n&quot;);
-            push(@implContent, $indent . &quot;    $functionString;\n&quot;);
-            push(@implContent, &quot;#else\n&quot;);
-            push(@implContent, $indent . &quot;$functionString;\n&quot;);
-            push(@implContent, &quot;#endif\n&quot;);
-        } else {
-            push(@implContent, $indent . &quot;$functionString;\n&quot;);
-        }
</del><ins>+        push(@implContent, $indent . &quot;$functionString;\n&quot;);
</ins><span class="cx">         push(@implContent, $indent . &quot;return JSValue::encode(jsUndefined());\n&quot;);
</span><span class="cx">     } else {
</span><span class="cx">         my $thisObject = $function-&gt;isStatic ? 0 : &quot;castedThis&quot;;
</span><del>-        if ($nondeterministic) {
-            AddToImplIncludes(&quot;MemoizedDOMResult.h&quot;, &quot;WEB_REPLAY&quot;);
-            AddToImplIncludes(&quot;&lt;replay/InputCursor.h&gt;&quot;, &quot;WEB_REPLAY&quot;);
-            AddToImplIncludes(&quot;&lt;wtf/NeverDestroyed.h&gt;&quot;, &quot;WEB_REPLAY&quot;);
-
-            my $nativeType = GetNativeType($interface, $function-&gt;type);
-            my $memoizedType = GetNativeTypeForMemoization($interface, $function-&gt;type);
-            my $bindingName = $interface-&gt;type-&gt;name . &quot;.&quot; . $function-&gt;name;
-            push(@implContent, &quot;#if ENABLE(WEB_REPLAY)\n&quot;);
-            push(@implContent, $indent . &quot;auto&amp; cursor = state-&gt;lexicalGlobalObject()-&gt;inputCursor();\n&quot;);
-            push(@implContent, $indent . &quot;static NeverDestroyed&lt;const AtomicString&gt; bindingName(\&quot;$bindingName\&quot;, AtomicString::ConstructFromLiteral);\n&quot;);
-            push(@implContent, $indent . &quot;if (cursor.isCapturing()) {\n&quot;);
-            push(@implContent, $indent . &quot;    $nativeType memoizedResult = $functionString;\n&quot;);
-            push(@implContent, $indent . &quot;    cursor.appendInput&lt;MemoizedDOMResult&lt;$memoizedType&gt;&gt;(bindingName.get().string(), memoizedResult, 0);\n&quot;);
-            push(@implContent, $indent . &quot;    return JSValue::encode(&quot; . NativeToJSValueUsingPointers($function, 1, $interface, &quot;memoizedResult&quot;, $thisObject) . &quot;);\n&quot;);
-            push(@implContent, $indent . &quot;}\n&quot;);
-            push(@implContent, $indent . &quot;if (cursor.isReplaying()) {\n&quot;);
-            push(@implContent, $indent . &quot;    auto* input = cursor.fetchInput&lt;MemoizedDOMResultBase&gt;();\n&quot;);
-            push(@implContent, $indent . &quot;    $memoizedType memoizedResult;\n&quot;);
-            # FIXME: the generated code should report an error if an input cannot be fetched or converted.
-            push(@implContent, $indent . &quot;    if (input &amp;&amp; input-&gt;convertTo&lt;$memoizedType&gt;(memoizedResult))\n&quot;);
-            push(@implContent, $indent . &quot;        return JSValue::encode(&quot; . NativeToJSValueUsingPointers($function, 1, $interface, &quot;memoizedResult&quot;, $thisObject) . &quot;);\n&quot;);
-            push(@implContent, $indent . &quot;}\n&quot;);
-            push(@implContent, &quot;#endif\n&quot;);
-        }
</del><span class="cx">         push(@implContent, $indent . &quot;return JSValue::encode(&quot; . NativeToJSValueUsingPointers($function, 1, $interface, $functionString, $thisObject) . &quot;);\n&quot;);
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="lines">@@ -5202,13 +5136,6 @@
</span><span class="cx">     return GetNativeType($interface, $type);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-sub GetNativeTypeForMemoization
-{
-    my ($interface, $type) = @_;
-
-    return GetNativeType($interface, $type);
-}
-
</del><span class="cx"> sub ShouldPassArgumentByReference
</span><span class="cx"> {
</span><span class="cx">     my ($argument) = @_;
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptsIDLAttributestxt"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/IDLAttributes.txt (209246 => 209247)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/IDLAttributes.txt        2016-12-02 18:38:12 UTC (rev 209246)
+++ trunk/Source/WebCore/bindings/scripts/IDLAttributes.txt        2016-12-02 18:40:50 UTC (rev 209247)
</span><span class="lines">@@ -96,7 +96,6 @@
</span><span class="cx"> NewImpurePropertyFiresWatchpoints
</span><span class="cx"> NewObject
</span><span class="cx"> NoInterfaceObject
</span><del>-Nondeterministic
</del><span class="cx"> NotEnumerable
</span><span class="cx"> OverrideBuiltins
</span><span class="cx"> PassContext
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNondeterministiccpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp (209246 => 209247)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp        2016-12-02 18:38:12 UTC (rev 209246)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.cpp        2016-12-02 18:40:50 UTC (rev 209247)
</span><span class="lines">@@ -1,520 +0,0 @@
</span><del>-/*
-    This file is part of the WebKit open source project.
-    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    along with this library; see the file COPYING.LIB.  If not, write to
-    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-    Boston, MA 02110-1301, USA.
-*/
-
-#include &quot;config.h&quot;
-#include &quot;JSTestNondeterministic.h&quot;
-
-#include &quot;JSDOMBinding.h&quot;
-#include &quot;JSDOMConstructor.h&quot;
-#include &quot;JSDOMConvert.h&quot;
-#include &lt;runtime/Error.h&gt;
-#include &lt;runtime/FunctionPrototype.h&gt;
-#include &lt;wtf/GetPtr.h&gt;
-
-#if ENABLE(WEB_REPLAY)
-#include &quot;MemoizedDOMResult.h&quot;
-#include &lt;replay/InputCursor.h&gt;
-#endif
-
-using namespace JSC;
-
-namespace WebCore {
-
-// Functions
-
-JSC::EncodedJSValue JSC_HOST_CALL jsTestNondeterministicPrototypeFunctionNondeterministicZeroArgFunction(JSC::ExecState*);
-
-// Attributes
-
-JSC::EncodedJSValue jsTestNondeterministicNondeterministicReadonlyAttr(JSC::ExecState*, JSC::EncodedJSValue, JSC::PropertyName);
-JSC::EncodedJSValue jsTestNondeterministicNondeterministicWriteableAttr(JSC::ExecState*, JSC::EncodedJSValue, JSC::PropertyName);
-bool setJSTestNondeterministicNondeterministicWriteableAttr(JSC::ExecState*, JSC::EncodedJSValue, JSC::EncodedJSValue);
-JSC::EncodedJSValue jsTestNondeterministicNondeterministicExceptionAttr(JSC::ExecState*, JSC::EncodedJSValue, JSC::PropertyName);
-bool setJSTestNondeterministicNondeterministicExceptionAttr(JSC::ExecState*, JSC::EncodedJSValue, JSC::EncodedJSValue);
-JSC::EncodedJSValue jsTestNondeterministicNondeterministicGetterExceptionAttr(JSC::ExecState*, JSC::EncodedJSValue, JSC::PropertyName);
-bool setJSTestNondeterministicNondeterministicGetterExceptionAttr(JSC::ExecState*, JSC::EncodedJSValue, JSC::EncodedJSValue);
-JSC::EncodedJSValue jsTestNondeterministicNondeterministicSetterExceptionAttr(JSC::ExecState*, JSC::EncodedJSValue, JSC::PropertyName);
-bool setJSTestNondeterministicNondeterministicSetterExceptionAttr(JSC::ExecState*, JSC::EncodedJSValue, JSC::EncodedJSValue);
-JSC::EncodedJSValue jsTestNondeterministicConstructor(JSC::ExecState*, JSC::EncodedJSValue, JSC::PropertyName);
-bool setJSTestNondeterministicConstructor(JSC::ExecState*, JSC::EncodedJSValue, JSC::EncodedJSValue);
-
-class JSTestNondeterministicPrototype : public JSC::JSNonFinalObject {
-public:
-    using Base = JSC::JSNonFinalObject;
-    static JSTestNondeterministicPrototype* create(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::Structure* structure)
-    {
-        JSTestNondeterministicPrototype* ptr = new (NotNull, JSC::allocateCell&lt;JSTestNondeterministicPrototype&gt;(vm.heap)) JSTestNondeterministicPrototype(vm, globalObject, structure);
-        ptr-&gt;finishCreation(vm);
-        return ptr;
-    }
-
-    DECLARE_INFO;
-    static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
-    {
-        return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
-    }
-
-private:
-    JSTestNondeterministicPrototype(JSC::VM&amp; vm, JSC::JSGlobalObject*, JSC::Structure* structure)
-        : JSC::JSNonFinalObject(vm, structure)
-    {
-    }
-
-    void finishCreation(JSC::VM&amp;);
-};
-
-using JSTestNondeterministicConstructor = JSDOMConstructorNotConstructable&lt;JSTestNondeterministic&gt;;
-
-template&lt;&gt; JSValue JSTestNondeterministicConstructor::prototypeForStructure(JSC::VM&amp; vm, const JSDOMGlobalObject&amp; globalObject)
-{
-    UNUSED_PARAM(vm);
-    return globalObject.functionPrototype();
-}
-
-template&lt;&gt; void JSTestNondeterministicConstructor::initializeProperties(VM&amp; vm, JSDOMGlobalObject&amp; globalObject)
-{
-    putDirect(vm, vm.propertyNames-&gt;prototype, JSTestNondeterministic::prototype(vm, &amp;globalObject), DontDelete | ReadOnly | DontEnum);
-    putDirect(vm, vm.propertyNames-&gt;name, jsNontrivialString(&amp;vm, String(ASCIILiteral(&quot;TestNondeterministic&quot;))), ReadOnly | DontEnum);
-    putDirect(vm, vm.propertyNames-&gt;length, jsNumber(0), ReadOnly | DontEnum);
-}
-
-template&lt;&gt; const ClassInfo JSTestNondeterministicConstructor::s_info = { &quot;TestNondeterministic&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNondeterministicConstructor) };
-
-/* Hash table for prototype */
-
-static const HashTableValue JSTestNondeterministicPrototypeTableValues[] =
-{
-    { &quot;constructor&quot;, DontEnum, NoIntrinsic, { (intptr_t)static_cast&lt;PropertySlot::GetValueFunc&gt;(jsTestNondeterministicConstructor), (intptr_t) static_cast&lt;PutPropertySlot::PutValueFunc&gt;(setJSTestNondeterministicConstructor) } },
-    { &quot;nondeterministicReadonlyAttr&quot;, ReadOnly | CustomAccessor, NoIntrinsic, { (intptr_t)static_cast&lt;PropertySlot::GetValueFunc&gt;(jsTestNondeterministicNondeterministicReadonlyAttr), (intptr_t) static_cast&lt;PutPropertySlot::PutValueFunc&gt;(0) } },
-    { &quot;nondeterministicWriteableAttr&quot;, CustomAccessor, NoIntrinsic, { (intptr_t)static_cast&lt;PropertySlot::GetValueFunc&gt;(jsTestNondeterministicNondeterministicWriteableAttr), (intptr_t) static_cast&lt;PutPropertySlot::PutValueFunc&gt;(setJSTestNondeterministicNondeterministicWriteableAttr) } },
-    { &quot;nondeterministicExceptionAttr&quot;, CustomAccessor, NoIntrinsic, { (intptr_t)static_cast&lt;PropertySlot::GetValueFunc&gt;(jsTestNondeterministicNondeterministicExceptionAttr), (intptr_t) static_cast&lt;PutPropertySlot::PutValueFunc&gt;(setJSTestNondeterministicNondeterministicExceptionAttr) } },
-    { &quot;nondeterministicGetterExceptionAttr&quot;, CustomAccessor, NoIntrinsic, { (intptr_t)static_cast&lt;PropertySlot::GetValueFunc&gt;(jsTestNondeterministicNondeterministicGetterExceptionAttr), (intptr_t) static_cast&lt;PutPropertySlot::PutValueFunc&gt;(setJSTestNondeterministicNondeterministicGetterExceptionAttr) } },
-    { &quot;nondeterministicSetterExceptionAttr&quot;, CustomAccessor, NoIntrinsic, { (intptr_t)static_cast&lt;PropertySlot::GetValueFunc&gt;(jsTestNondeterministicNondeterministicSetterExceptionAttr), (intptr_t) static_cast&lt;PutPropertySlot::PutValueFunc&gt;(setJSTestNondeterministicNondeterministicSetterExceptionAttr) } },
-    { &quot;nondeterministicZeroArgFunction&quot;, JSC::Function, NoIntrinsic, { (intptr_t)static_cast&lt;NativeFunction&gt;(jsTestNondeterministicPrototypeFunctionNondeterministicZeroArgFunction), (intptr_t) (0) } },
-};
-
-const ClassInfo JSTestNondeterministicPrototype::s_info = { &quot;TestNondeterministicPrototype&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNondeterministicPrototype) };
-
-void JSTestNondeterministicPrototype::finishCreation(VM&amp; vm)
-{
-    Base::finishCreation(vm);
-    reifyStaticProperties(vm, JSTestNondeterministicPrototypeTableValues, *this);
-}
-
-const ClassInfo JSTestNondeterministic::s_info = { &quot;TestNondeterministic&quot;, &amp;Base::s_info, 0, CREATE_METHOD_TABLE(JSTestNondeterministic) };
-
-JSTestNondeterministic::JSTestNondeterministic(Structure* structure, JSDOMGlobalObject&amp; globalObject, Ref&lt;TestNondeterministic&gt;&amp;&amp; impl)
-    : JSDOMWrapper&lt;TestNondeterministic&gt;(structure, globalObject, WTFMove(impl))
-{
-}
-
-void JSTestNondeterministic::finishCreation(VM&amp; vm)
-{
-    Base::finishCreation(vm);
-    ASSERT(inherits(info()));
-
-}
-
-JSObject* JSTestNondeterministic::createPrototype(VM&amp; vm, JSGlobalObject* globalObject)
-{
-    return JSTestNondeterministicPrototype::create(vm, globalObject, JSTestNondeterministicPrototype::createStructure(vm, globalObject, globalObject-&gt;objectPrototype()));
-}
-
-JSObject* JSTestNondeterministic::prototype(VM&amp; vm, JSGlobalObject* globalObject)
-{
-    return getDOMPrototype&lt;JSTestNondeterministic&gt;(vm, globalObject);
-}
-
-void JSTestNondeterministic::destroy(JSC::JSCell* cell)
-{
-    JSTestNondeterministic* thisObject = static_cast&lt;JSTestNondeterministic*&gt;(cell);
-    thisObject-&gt;JSTestNondeterministic::~JSTestNondeterministic();
-}
-
-template&lt;&gt; inline JSTestNondeterministic* BindingCaller&lt;JSTestNondeterministic&gt;::castForAttribute(ExecState&amp;, EncodedJSValue thisValue)
-{
-    return jsDynamicDowncast&lt;JSTestNondeterministic*&gt;(JSValue::decode(thisValue));
-}
-
-template&lt;&gt; inline JSTestNondeterministic* BindingCaller&lt;JSTestNondeterministic&gt;::castForOperation(ExecState&amp; state)
-{
-    return jsDynamicDowncast&lt;JSTestNondeterministic*&gt;(state.thisValue());
-}
-
-static inline JSValue jsTestNondeterministicNondeterministicReadonlyAttrGetter(ExecState&amp;, JSTestNondeterministic&amp;, ThrowScope&amp; throwScope);
-
-EncodedJSValue jsTestNondeterministicNondeterministicReadonlyAttr(ExecState* state, EncodedJSValue thisValue, PropertyName)
-{
-    return BindingCaller&lt;JSTestNondeterministic&gt;::attribute&lt;jsTestNondeterministicNondeterministicReadonlyAttrGetter&gt;(state, thisValue, &quot;nondeterministicReadonlyAttr&quot;);
-}
-
-static inline JSValue jsTestNondeterministicNondeterministicReadonlyAttrGetter(ExecState&amp; state, JSTestNondeterministic&amp; thisObject, ThrowScope&amp; throwScope)
-{
-    UNUSED_PARAM(throwScope);
-    UNUSED_PARAM(state);
-#if ENABLE(WEB_REPLAY)
-    auto&amp; cursor = state.lexicalGlobalObject()-&gt;inputCursor();
-    static NeverDestroyed&lt;const AtomicString&gt; bindingName(&quot;TestNondeterministic.nondeterministicReadonlyAttr&quot;, AtomicString::ConstructFromLiteral);
-    if (cursor.isCapturing()) {
-        int32_t memoizedResult = thisObject.wrapped().nondeterministicReadonlyAttr();
-        cursor.appendInput&lt;MemoizedDOMResult&lt;int32_t&gt;&gt;(bindingName.get().string(), memoizedResult, 0);
-        return toJS&lt;IDLLong&gt;(memoizedResult);
-    }
-
-    if (cursor.isReplaying()) {
-        int32_t memoizedResult;
-        MemoizedDOMResultBase* input = cursor.fetchInput&lt;MemoizedDOMResultBase&gt;();
-        if (input &amp;&amp; input-&gt;convertTo&lt;int32_t&gt;(memoizedResult)) {
-            return toJS&lt;IDLLong&gt;(memoizedResult);
-        }
-    }
-#endif
-    auto&amp; impl = thisObject.wrapped();
-    JSValue result = toJS&lt;IDLLong&gt;(impl.nondeterministicReadonlyAttr());
-    return result;
-}
-
-static inline JSValue jsTestNondeterministicNondeterministicWriteableAttrGetter(ExecState&amp;, JSTestNondeterministic&amp;, ThrowScope&amp; throwScope);
-
-EncodedJSValue jsTestNondeterministicNondeterministicWriteableAttr(ExecState* state, EncodedJSValue thisValue, PropertyName)
-{
-    return BindingCaller&lt;JSTestNondeterministic&gt;::attribute&lt;jsTestNondeterministicNondeterministicWriteableAttrGetter&gt;(state, thisValue, &quot;nondeterministicWriteableAttr&quot;);
-}
-
-static inline JSValue jsTestNondeterministicNondeterministicWriteableAttrGetter(ExecState&amp; state, JSTestNondeterministic&amp; thisObject, ThrowScope&amp; throwScope)
-{
-    UNUSED_PARAM(throwScope);
-    UNUSED_PARAM(state);
-#if ENABLE(WEB_REPLAY)
-    auto&amp; cursor = state.lexicalGlobalObject()-&gt;inputCursor();
-    static NeverDestroyed&lt;const AtomicString&gt; bindingName(&quot;TestNondeterministic.nondeterministicWriteableAttr&quot;, AtomicString::ConstructFromLiteral);
-    if (cursor.isCapturing()) {
-        String memoizedResult = thisObject.wrapped().nondeterministicWriteableAttr();
-        cursor.appendInput&lt;MemoizedDOMResult&lt;String&gt;&gt;(bindingName.get().string(), memoizedResult, 0);
-        return toJS&lt;IDLDOMString&gt;(state, memoizedResult);
-    }
-
-    if (cursor.isReplaying()) {
-        String memoizedResult;
-        MemoizedDOMResultBase* input = cursor.fetchInput&lt;MemoizedDOMResultBase&gt;();
-        if (input &amp;&amp; input-&gt;convertTo&lt;String&gt;(memoizedResult)) {
-            return toJS&lt;IDLDOMString&gt;(state, memoizedResult);
-        }
-    }
-#endif
-    auto&amp; impl = thisObject.wrapped();
-    JSValue result = toJS&lt;IDLDOMString&gt;(state, impl.nondeterministicWriteableAttr());
-    return result;
-}
-
-static inline JSValue jsTestNondeterministicNondeterministicExceptionAttrGetter(ExecState&amp;, JSTestNondeterministic&amp;, ThrowScope&amp; throwScope);
-
-EncodedJSValue jsTestNondeterministicNondeterministicExceptionAttr(ExecState* state, EncodedJSValue thisValue, PropertyName)
-{
-    return BindingCaller&lt;JSTestNondeterministic&gt;::attribute&lt;jsTestNondeterministicNondeterministicExceptionAttrGetter&gt;(state, thisValue, &quot;nondeterministicExceptionAttr&quot;);
-}
-
-static inline JSValue jsTestNondeterministicNondeterministicExceptionAttrGetter(ExecState&amp; state, JSTestNondeterministic&amp; thisObject, ThrowScope&amp; throwScope)
-{
-    UNUSED_PARAM(throwScope);
-    UNUSED_PARAM(state);
-#if ENABLE(WEB_REPLAY)
-    auto&amp; cursor = state.lexicalGlobalObject()-&gt;inputCursor();
-    static NeverDestroyed&lt;const AtomicString&gt; bindingName(&quot;TestNondeterministic.nondeterministicExceptionAttr&quot;, AtomicString::ConstructFromLiteral);
-    if (cursor.isCapturing()) {
-        String memoizedResult = thisObject.wrapped().nondeterministicExceptionAttr();
-        cursor.appendInput&lt;MemoizedDOMResult&lt;String&gt;&gt;(bindingName.get().string(), memoizedResult, 0);
-        return toJS&lt;IDLDOMString&gt;(state, memoizedResult);
-    }
-
-    if (cursor.isReplaying()) {
-        String memoizedResult;
-        MemoizedDOMResultBase* input = cursor.fetchInput&lt;MemoizedDOMResultBase&gt;();
-        if (input &amp;&amp; input-&gt;convertTo&lt;String&gt;(memoizedResult)) {
-            return toJS&lt;IDLDOMString&gt;(state, memoizedResult);
-        }
-    }
-#endif
-    auto&amp; impl = thisObject.wrapped();
-    JSValue result = toJS&lt;IDLDOMString&gt;(state, impl.nondeterministicExceptionAttr());
-    return result;
-}
-
-static inline JSValue jsTestNondeterministicNondeterministicGetterExceptionAttrGetter(ExecState&amp;, JSTestNondeterministic&amp;, ThrowScope&amp; throwScope);
-
-EncodedJSValue jsTestNondeterministicNondeterministicGetterExceptionAttr(ExecState* state, EncodedJSValue thisValue, PropertyName)
-{
-    return BindingCaller&lt;JSTestNondeterministic&gt;::attribute&lt;jsTestNondeterministicNondeterministicGetterExceptionAttrGetter&gt;(state, thisValue, &quot;nondeterministicGetterExceptionAttr&quot;);
-}
-
-static inline JSValue jsTestNondeterministicNondeterministicGetterExceptionAttrGetter(ExecState&amp; state, JSTestNondeterministic&amp; thisObject, ThrowScope&amp; throwScope)
-{
-    UNUSED_PARAM(throwScope);
-    UNUSED_PARAM(state);
-#if ENABLE(WEB_REPLAY)
-    auto&amp; cursor = state.lexicalGlobalObject()-&gt;inputCursor();
-    static NeverDestroyed&lt;const AtomicString&gt; bindingName(&quot;TestNondeterministic.nondeterministicGetterExceptionAttr&quot;, AtomicString::ConstructFromLiteral);
-    if (cursor.isCapturing()) {
-        String memoizedResult = thisObject.wrapped().nondeterministicGetterExceptionAttr();
-        cursor.appendInput&lt;MemoizedDOMResult&lt;String&gt;&gt;(bindingName.get().string(), memoizedResult, 0);
-        return toJS&lt;IDLDOMString&gt;(state, memoizedResult);
-    }
-
-    if (cursor.isReplaying()) {
-        String memoizedResult;
-        MemoizedDOMResultBase* input = cursor.fetchInput&lt;MemoizedDOMResultBase&gt;();
-        if (input &amp;&amp; input-&gt;convertTo&lt;String&gt;(memoizedResult)) {
-            return toJS&lt;IDLDOMString&gt;(state, memoizedResult);
-        }
-    }
-#endif
-    auto&amp; impl = thisObject.wrapped();
-    JSValue result = toJS&lt;IDLDOMString&gt;(state, impl.nondeterministicGetterExceptionAttr());
-    return result;
-}
-
-static inline JSValue jsTestNondeterministicNondeterministicSetterExceptionAttrGetter(ExecState&amp;, JSTestNondeterministic&amp;, ThrowScope&amp; throwScope);
-
-EncodedJSValue jsTestNondeterministicNondeterministicSetterExceptionAttr(ExecState* state, EncodedJSValue thisValue, PropertyName)
-{
-    return BindingCaller&lt;JSTestNondeterministic&gt;::attribute&lt;jsTestNondeterministicNondeterministicSetterExceptionAttrGetter&gt;(state, thisValue, &quot;nondeterministicSetterExceptionAttr&quot;);
-}
-
-static inline JSValue jsTestNondeterministicNondeterministicSetterExceptionAttrGetter(ExecState&amp; state, JSTestNondeterministic&amp; thisObject, ThrowScope&amp; throwScope)
-{
-    UNUSED_PARAM(throwScope);
-    UNUSED_PARAM(state);
-#if ENABLE(WEB_REPLAY)
-    auto&amp; cursor = state.lexicalGlobalObject()-&gt;inputCursor();
-    static NeverDestroyed&lt;const AtomicString&gt; bindingName(&quot;TestNondeterministic.nondeterministicSetterExceptionAttr&quot;, AtomicString::ConstructFromLiteral);
-    if (cursor.isCapturing()) {
-        String memoizedResult = thisObject.wrapped().nondeterministicSetterExceptionAttr();
-        cursor.appendInput&lt;MemoizedDOMResult&lt;String&gt;&gt;(bindingName.get().string(), memoizedResult, 0);
-        return toJS&lt;IDLDOMString&gt;(state, memoizedResult);
-    }
-
-    if (cursor.isReplaying()) {
-        String memoizedResult;
-        MemoizedDOMResultBase* input = cursor.fetchInput&lt;MemoizedDOMResultBase&gt;();
-        if (input &amp;&amp; input-&gt;convertTo&lt;String&gt;(memoizedResult)) {
-            return toJS&lt;IDLDOMString&gt;(state, memoizedResult);
-        }
-    }
-#endif
-    auto&amp; impl = thisObject.wrapped();
-    JSValue result = toJS&lt;IDLDOMString&gt;(state, impl.nondeterministicSetterExceptionAttr());
-    return result;
-}
-
-EncodedJSValue jsTestNondeterministicConstructor(ExecState* state, EncodedJSValue thisValue, PropertyName)
-{
-    VM&amp; vm = state-&gt;vm();
-    auto throwScope = DECLARE_THROW_SCOPE(vm);
-    JSTestNondeterministicPrototype* domObject = jsDynamicDowncast&lt;JSTestNondeterministicPrototype*&gt;(JSValue::decode(thisValue));
-    if (UNLIKELY(!domObject))
-        return throwVMTypeError(state, throwScope);
-    return JSValue::encode(JSTestNondeterministic::getConstructor(state-&gt;vm(), domObject-&gt;globalObject()));
-}
-
-bool setJSTestNondeterministicConstructor(ExecState* state, EncodedJSValue thisValue, EncodedJSValue encodedValue)
-{
-    VM&amp; vm = state-&gt;vm();
-    auto throwScope = DECLARE_THROW_SCOPE(vm);
-    JSValue value = JSValue::decode(encodedValue);
-    JSTestNondeterministicPrototype* domObject = jsDynamicDowncast&lt;JSTestNondeterministicPrototype*&gt;(JSValue::decode(thisValue));
-    if (UNLIKELY(!domObject)) {
-        throwVMTypeError(state, throwScope);
-        return false;
-    }
-    // Shadowing a built-in constructor
-    return domObject-&gt;putDirect(state-&gt;vm(), state-&gt;propertyNames().constructor, value);
-}
-
-static inline bool setJSTestNondeterministicNondeterministicWriteableAttrFunction(ExecState&amp;, JSTestNondeterministic&amp;, JSValue, ThrowScope&amp;);
-
-bool setJSTestNondeterministicNondeterministicWriteableAttr(ExecState* state, EncodedJSValue thisValue, EncodedJSValue encodedValue)
-{
-    return BindingCaller&lt;JSTestNondeterministic&gt;::setAttribute&lt;setJSTestNondeterministicNondeterministicWriteableAttrFunction&gt;(state, thisValue, encodedValue, &quot;nondeterministicWriteableAttr&quot;);
-}
-
-static inline bool setJSTestNondeterministicNondeterministicWriteableAttrFunction(ExecState&amp; state, JSTestNondeterministic&amp; thisObject, JSValue value, ThrowScope&amp; throwScope)
-{
-    UNUSED_PARAM(state);
-    UNUSED_PARAM(throwScope);
-    auto&amp; impl = thisObject.wrapped();
-    auto nativeValue = convert&lt;IDLDOMString&gt;(state, value, StringConversionConfiguration::Normal);
-    RETURN_IF_EXCEPTION(throwScope, false);
-    impl.setNondeterministicWriteableAttr(WTFMove(nativeValue));
-    return true;
-}
-
-
-static inline bool setJSTestNondeterministicNondeterministicExceptionAttrFunction(ExecState&amp;, JSTestNondeterministic&amp;, JSValue, ThrowScope&amp;);
-
-bool setJSTestNondeterministicNondeterministicExceptionAttr(ExecState* state, EncodedJSValue thisValue, EncodedJSValue encodedValue)
-{
-    return BindingCaller&lt;JSTestNondeterministic&gt;::setAttribute&lt;setJSTestNondeterministicNondeterministicExceptionAttrFunction&gt;(state, thisValue, encodedValue, &quot;nondeterministicExceptionAttr&quot;);
-}
-
-static inline bool setJSTestNondeterministicNondeterministicExceptionAttrFunction(ExecState&amp; state, JSTestNondeterministic&amp; thisObject, JSValue value, ThrowScope&amp; throwScope)
-{
-    UNUSED_PARAM(state);
-    UNUSED_PARAM(throwScope);
-    auto&amp; impl = thisObject.wrapped();
-    auto nativeValue = convert&lt;IDLDOMString&gt;(state, value, StringConversionConfiguration::Normal);
-    RETURN_IF_EXCEPTION(throwScope, false);
-    impl.setNondeterministicExceptionAttr(WTFMove(nativeValue));
-    return true;
-}
-
-
-static inline bool setJSTestNondeterministicNondeterministicGetterExceptionAttrFunction(ExecState&amp;, JSTestNondeterministic&amp;, JSValue, ThrowScope&amp;);
-
-bool setJSTestNondeterministicNondeterministicGetterExceptionAttr(ExecState* state, EncodedJSValue thisValue, EncodedJSValue encodedValue)
-{
-    return BindingCaller&lt;JSTestNondeterministic&gt;::setAttribute&lt;setJSTestNondeterministicNondeterministicGetterExceptionAttrFunction&gt;(state, thisValue, encodedValue, &quot;nondeterministicGetterExceptionAttr&quot;);
-}
-
-static inline bool setJSTestNondeterministicNondeterministicGetterExceptionAttrFunction(ExecState&amp; state, JSTestNondeterministic&amp; thisObject, JSValue value, ThrowScope&amp; throwScope)
-{
-    UNUSED_PARAM(state);
-    UNUSED_PARAM(throwScope);
-    auto&amp; impl = thisObject.wrapped();
-    auto nativeValue = convert&lt;IDLDOMString&gt;(state, value, StringConversionConfiguration::Normal);
-    RETURN_IF_EXCEPTION(throwScope, false);
-    impl.setNondeterministicGetterExceptionAttr(WTFMove(nativeValue));
-    return true;
-}
-
-
-static inline bool setJSTestNondeterministicNondeterministicSetterExceptionAttrFunction(ExecState&amp;, JSTestNondeterministic&amp;, JSValue, ThrowScope&amp;);
-
-bool setJSTestNondeterministicNondeterministicSetterExceptionAttr(ExecState* state, EncodedJSValue thisValue, EncodedJSValue encodedValue)
-{
-    return BindingCaller&lt;JSTestNondeterministic&gt;::setAttribute&lt;setJSTestNondeterministicNondeterministicSetterExceptionAttrFunction&gt;(state, thisValue, encodedValue, &quot;nondeterministicSetterExceptionAttr&quot;);
-}
-
-static inline bool setJSTestNondeterministicNondeterministicSetterExceptionAttrFunction(ExecState&amp; state, JSTestNondeterministic&amp; thisObject, JSValue value, ThrowScope&amp; throwScope)
-{
-    UNUSED_PARAM(state);
-    UNUSED_PARAM(throwScope);
-    auto&amp; impl = thisObject.wrapped();
-    auto nativeValue = convert&lt;IDLDOMString&gt;(state, value, StringConversionConfiguration::Normal);
-    RETURN_IF_EXCEPTION(throwScope, false);
-    impl.setNondeterministicSetterExceptionAttr(WTFMove(nativeValue));
-    return true;
-}
-
-
-JSValue JSTestNondeterministic::getConstructor(VM&amp; vm, const JSGlobalObject* globalObject)
-{
-    return getDOMConstructor&lt;JSTestNondeterministicConstructor&gt;(vm, *jsCast&lt;const JSDOMGlobalObject*&gt;(globalObject));
-}
-
-static inline JSC::EncodedJSValue jsTestNondeterministicPrototypeFunctionNondeterministicZeroArgFunctionCaller(JSC::ExecState*, JSTestNondeterministic*, JSC::ThrowScope&amp;);
-
-EncodedJSValue JSC_HOST_CALL jsTestNondeterministicPrototypeFunctionNondeterministicZeroArgFunction(ExecState* state)
-{
-    return BindingCaller&lt;JSTestNondeterministic&gt;::callOperation&lt;jsTestNondeterministicPrototypeFunctionNondeterministicZeroArgFunctionCaller&gt;(state, &quot;nondeterministicZeroArgFunction&quot;);
-}
-
-static inline JSC::EncodedJSValue jsTestNondeterministicPrototypeFunctionNondeterministicZeroArgFunctionCaller(JSC::ExecState* state, JSTestNondeterministic* castedThis, JSC::ThrowScope&amp; throwScope)
-{
-    UNUSED_PARAM(state);
-    UNUSED_PARAM(throwScope);
-    auto&amp; impl = castedThis-&gt;wrapped();
-#if ENABLE(WEB_REPLAY)
-    auto&amp; cursor = state-&gt;lexicalGlobalObject()-&gt;inputCursor();
-    static NeverDestroyed&lt;const AtomicString&gt; bindingName(&quot;TestNondeterministic.nondeterministicZeroArgFunction&quot;, AtomicString::ConstructFromLiteral);
-    if (cursor.isCapturing()) {
-        bool memoizedResult = impl.nondeterministicZeroArgFunction();
-        cursor.appendInput&lt;MemoizedDOMResult&lt;bool&gt;&gt;(bindingName.get().string(), memoizedResult, 0);
-        return JSValue::encode(toJS&lt;IDLBoolean&gt;(memoizedResult));
-    }
-    if (cursor.isReplaying()) {
-        auto* input = cursor.fetchInput&lt;MemoizedDOMResultBase&gt;();
-        bool memoizedResult;
-        if (input &amp;&amp; input-&gt;convertTo&lt;bool&gt;(memoizedResult))
-            return JSValue::encode(toJS&lt;IDLBoolean&gt;(memoizedResult));
-    }
-#endif
-    return JSValue::encode(toJS&lt;IDLBoolean&gt;(impl.nondeterministicZeroArgFunction()));
-}
-
-bool JSTestNondeterministicOwner::isReachableFromOpaqueRoots(JSC::Handle&lt;JSC::Unknown&gt; handle, void*, SlotVisitor&amp; visitor)
-{
-    UNUSED_PARAM(handle);
-    UNUSED_PARAM(visitor);
-    return false;
-}
-
-void JSTestNondeterministicOwner::finalize(JSC::Handle&lt;JSC::Unknown&gt; handle, void* context)
-{
-    auto* jsTestNondeterministic = jsCast&lt;JSTestNondeterministic*&gt;(handle.slot()-&gt;asCell());
-    auto&amp; world = *static_cast&lt;DOMWrapperWorld*&gt;(context);
-    uncacheWrapper(world, &amp;jsTestNondeterministic-&gt;wrapped(), jsTestNondeterministic);
-}
-
-#if ENABLE(BINDING_INTEGRITY)
-#if PLATFORM(WIN)
-#pragma warning(disable: 4483)
-extern &quot;C&quot; { extern void (*const __identifier(&quot;??_7TestNondeterministic@WebCore@@6B@&quot;)[])(); }
-#else
-extern &quot;C&quot; { extern void* _ZTVN7WebCore20TestNondeterministicE[]; }
-#endif
-#endif
-
-JSC::JSValue toJSNewlyCreated(JSC::ExecState*, JSDOMGlobalObject* globalObject, Ref&lt;TestNondeterministic&gt;&amp;&amp; impl)
-{
-
-#if ENABLE(BINDING_INTEGRITY)
-    void* actualVTablePointer = *(reinterpret_cast&lt;void**&gt;(impl.ptr()));
-#if PLATFORM(WIN)
-    void* expectedVTablePointer = reinterpret_cast&lt;void*&gt;(__identifier(&quot;??_7TestNondeterministic@WebCore@@6B@&quot;));
-#else
-    void* expectedVTablePointer = &amp;_ZTVN7WebCore20TestNondeterministicE[2];
-#if COMPILER(CLANG)
-    // If this fails TestNondeterministic does not have a vtable, so you need to add the
-    // ImplementationLacksVTable attribute to the interface definition
-    static_assert(__is_polymorphic(TestNondeterministic), &quot;TestNondeterministic is not polymorphic&quot;);
-#endif
-#endif
-    // If you hit this assertion you either have a use after free bug, or
-    // TestNondeterministic has subclasses. If TestNondeterministic has subclasses that get passed
-    // to toJS() we currently require TestNondeterministic you to opt out of binding hardening
-    // by adding the SkipVTableValidation attribute to the interface IDL definition
-    RELEASE_ASSERT(actualVTablePointer == expectedVTablePointer);
-#endif
-    return createWrapper&lt;TestNondeterministic&gt;(globalObject, WTFMove(impl));
-}
-
-JSC::JSValue toJS(JSC::ExecState* state, JSDOMGlobalObject* globalObject, TestNondeterministic&amp; impl)
-{
-    return wrap(state, globalObject, impl);
-}
-
-TestNondeterministic* JSTestNondeterministic::toWrapped(JSC::JSValue value)
-{
-    if (auto* wrapper = jsDynamicDowncast&lt;JSTestNondeterministic*&gt;(value))
-        return &amp;wrapper-&gt;wrapped();
-    return nullptr;
-}
-
-}
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestJSJSTestNondeterministich"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h (209246 => 209247)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h        2016-12-02 18:38:12 UTC (rev 209246)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNondeterministic.h        2016-12-02 18:40:50 UTC (rev 209247)
</span><span class="lines">@@ -1,85 +0,0 @@
</span><del>-/*
-    This file is part of the WebKit open source project.
-    This file has been generated by generate-bindings.pl. DO NOT MODIFY!
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This library is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Library General Public License for more details.
-
-    You should have received a copy of the GNU Library General Public License
-    along with this library; see the file COPYING.LIB.  If not, write to
-    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-    Boston, MA 02110-1301, USA.
-*/
-
-#pragma once
-
-#include &quot;JSDOMWrapper.h&quot;
-#include &quot;TestNondeterministic.h&quot;
-#include &lt;wtf/NeverDestroyed.h&gt;
-
-namespace WebCore {
-
-class JSTestNondeterministic : public JSDOMWrapper&lt;TestNondeterministic&gt; {
-public:
-    using Base = JSDOMWrapper&lt;TestNondeterministic&gt;;
-    static JSTestNondeterministic* create(JSC::Structure* structure, JSDOMGlobalObject* globalObject, Ref&lt;TestNondeterministic&gt;&amp;&amp; impl)
-    {
-        JSTestNondeterministic* ptr = new (NotNull, JSC::allocateCell&lt;JSTestNondeterministic&gt;(globalObject-&gt;vm().heap)) JSTestNondeterministic(structure, *globalObject, WTFMove(impl));
-        ptr-&gt;finishCreation(globalObject-&gt;vm());
-        return ptr;
-    }
-
-    static JSC::JSObject* createPrototype(JSC::VM&amp;, JSC::JSGlobalObject*);
-    static JSC::JSObject* prototype(JSC::VM&amp;, JSC::JSGlobalObject*);
-    static TestNondeterministic* toWrapped(JSC::JSValue);
-    static void destroy(JSC::JSCell*);
-
-    DECLARE_INFO;
-
-    static JSC::Structure* createStructure(JSC::VM&amp; vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
-    {
-        return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
-    }
-
-    static JSC::JSValue getConstructor(JSC::VM&amp;, const JSC::JSGlobalObject*);
-protected:
-    JSTestNondeterministic(JSC::Structure*, JSDOMGlobalObject&amp;, Ref&lt;TestNondeterministic&gt;&amp;&amp;);
-
-    void finishCreation(JSC::VM&amp;);
-};
-
-class JSTestNondeterministicOwner : public JSC::WeakHandleOwner {
-public:
-    virtual bool isReachableFromOpaqueRoots(JSC::Handle&lt;JSC::Unknown&gt;, void* context, JSC::SlotVisitor&amp;);
-    virtual void finalize(JSC::Handle&lt;JSC::Unknown&gt;, void* context);
-};
-
-inline JSC::WeakHandleOwner* wrapperOwner(DOMWrapperWorld&amp;, TestNondeterministic*)
-{
-    static NeverDestroyed&lt;JSTestNondeterministicOwner&gt; owner;
-    return &amp;owner.get();
-}
-
-inline void* wrapperKey(TestNondeterministic* wrappableObject)
-{
-    return wrappableObject;
-}
-
-JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TestNondeterministic&amp;);
-inline JSC::JSValue toJS(JSC::ExecState* state, JSDOMGlobalObject* globalObject, TestNondeterministic* impl) { return impl ? toJS(state, globalObject, *impl) : JSC::jsNull(); }
-JSC::JSValue toJSNewlyCreated(JSC::ExecState*, JSDOMGlobalObject*, Ref&lt;TestNondeterministic&gt;&amp;&amp;);
-inline JSC::JSValue toJSNewlyCreated(JSC::ExecState* state, JSDOMGlobalObject* globalObject, RefPtr&lt;TestNondeterministic&gt;&amp;&amp; impl) { return impl ? toJSNewlyCreated(state, globalObject, impl.releaseNonNull()) : JSC::jsNull(); }
-
-template&lt;&gt; struct JSDOMWrapperConverterTraits&lt;TestNondeterministic&gt; {
-    using WrapperClass = JSTestNondeterministic;
-    using ToWrappedReturnType = TestNondeterministic*;
-};
-
-} // namespace WebCore
</del></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptstestTestNondeterministicidl"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/scripts/test/TestNondeterministic.idl (209246 => 209247)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/test/TestNondeterministic.idl        2016-12-02 18:38:12 UTC (rev 209246)
+++ trunk/Source/WebCore/bindings/scripts/test/TestNondeterministic.idl        2016-12-02 18:40:50 UTC (rev 209247)
</span><span class="lines">@@ -1,40 +0,0 @@
</span><del>-/*
- * Copyright (C) 2014 University of Washington. All rights reserved.
- *
- * Redistribution and use in source and binary formats, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1.  Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- * 2.  Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- * 3.  Neither the name of Apple Inc. (&quot;Apple&quot;) nor the names of
- *     its contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS &quot;AS IS&quot; AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-// This IDL file is for testing the bindings code generator and for tracking
-// changes in its ouput.
-
-interface TestNondeterministic {
-    [Nondeterministic] readonly attribute long nondeterministicReadonlyAttr;
-    [Nondeterministic] attribute DOMString nondeterministicWriteableAttr;
-    [Nondeterministic, MayThrowLegacyException] attribute DOMString nondeterministicExceptionAttr;
-    [Nondeterministic, GetterMayThrowLegacyException] attribute DOMString nondeterministicGetterExceptionAttr;
-    [Nondeterministic, SetterMayThrowLegacyException] attribute DOMString nondeterministicSetterExceptionAttr;
-
-    [Nondeterministic] boolean nondeterministicZeroArgFunction();
-};
</del></span></pre></div>
<a id="trunkSourceWebCorepageNavigatoridl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/Navigator.idl (209246 => 209247)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/Navigator.idl        2016-12-02 18:38:12 UTC (rev 209246)
+++ trunk/Source/WebCore/page/Navigator.idl        2016-12-02 18:40:50 UTC (rev 209247)
</span><span class="lines">@@ -22,8 +22,8 @@
</span><span class="cx"> ] interface Navigator {
</span><span class="cx">     readonly attribute DOMPluginArray plugins;
</span><span class="cx">     readonly attribute DOMMimeTypeArray mimeTypes;
</span><del>-    [Nondeterministic] readonly attribute boolean cookieEnabled;
-    [Nondeterministic] boolean javaEnabled();
</del><ins>+    readonly attribute boolean cookieEnabled;
+    boolean javaEnabled();
</ins><span class="cx"> 
</span><span class="cx">     // FIXME: Convert this #if'def to an IDL conditional attribute.
</span><span class="cx"> #if defined(WTF_PLATFORM_IOS) &amp;&amp; WTF_PLATFORM_IOS
</span></span></pre></div>
<a id="trunkSourceWebCorepageScreenidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/Screen.idl (209246 => 209247)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/Screen.idl        2016-12-02 18:38:12 UTC (rev 209246)
+++ trunk/Source/WebCore/page/Screen.idl        2016-12-02 18:40:50 UTC (rev 209247)
</span><span class="lines">@@ -30,13 +30,13 @@
</span><span class="cx"> [
</span><span class="cx">     GenerateIsReachable=ImplFrame,
</span><span class="cx"> ] interface Screen {
</span><del>-    [Nondeterministic] readonly attribute unsigned long height;
-    [Nondeterministic] readonly attribute unsigned long width;
-    [Nondeterministic] readonly attribute unsigned long colorDepth;
-    [Nondeterministic] readonly attribute unsigned long pixelDepth;
-    [Nondeterministic] readonly attribute long availLeft;
-    [Nondeterministic] readonly attribute long availTop;
-    [Nondeterministic] readonly attribute unsigned long availHeight;
-    [Nondeterministic] readonly attribute unsigned long availWidth;
</del><ins>+    readonly attribute unsigned long height;
+    readonly attribute unsigned long width;
+    readonly attribute unsigned long colorDepth;
+    readonly attribute unsigned long pixelDepth;
+    readonly attribute long availLeft;
+    readonly attribute long availTop;
+    readonly attribute unsigned long availHeight;
+    readonly attribute unsigned long availWidth;
</ins><span class="cx"> };
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>