<!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>[283688] branches/safari-612-branch/Source</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/283688">283688</a></dd>
<dt>Author</dt> <dd>repstein@apple.com</dd>
<dt>Date</dt> <dd>2021-10-06 17:52:50 -0700 (Wed, 06 Oct 2021)</dd>
</dl>
<h3>Log Message</h3>
<pre>Cherry-pick <a href="http://trac.webkit.org/projects/webkit/changeset/283444">r283444</a>. rdar://problem/83960033
Remove JSC hack after <a href="http://trac.webkit.org/projects/webkit/changeset/283410">r283410</a>
https://bugs.webkit.org/show_bug.cgi?id=230261
Reviewed by Mark Lam.
Source/JavaScriptCore:
* runtime/JSObject.cpp:
(JSC::JSObject::getOwnPropertyDescriptor):
* runtime/PropertySlot.h:
Source/WebCore:
We revert a hack for accessors in JSC since this is not necessary.
* bindings/scripts/CodeGeneratorJS.pm:
(GetJSCAttributesForAttribute):
* bindings/scripts/test/JS/JSTestObj.cpp:
(WebCore::JSTestObjDOMConstructor::construct):
(WebCore::jsTestObj_searchGetter):
(WebCore::JSC_DEFINE_CUSTOM_GETTER):
(WebCore::setJSTestObj_searchSetter):
(WebCore::JSC_DEFINE_CUSTOM_SETTER):
* bindings/scripts/test/TestObj.idl:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283444 268f45cc-cd09-0410-ab3c-d52691b4dbfc</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#branchessafari612branchSourceJavaScriptCoreChangeLog">branches/safari-612-branch/Source/JavaScriptCore/ChangeLog</a></li>
<li><a href="#branchessafari612branchSourceJavaScriptCoreruntimeJSObjectcpp">branches/safari-612-branch/Source/JavaScriptCore/runtime/JSObject.cpp</a></li>
<li><a href="#branchessafari612branchSourceJavaScriptCoreruntimePropertySloth">branches/safari-612-branch/Source/JavaScriptCore/runtime/PropertySlot.h</a></li>
<li><a href="#branchessafari612branchSourceWebCoreChangeLog">branches/safari-612-branch/Source/WebCore/ChangeLog</a></li>
<li><a href="#branchessafari612branchSourceWebCorebindingsscriptsCodeGeneratorJSpm">branches/safari-612-branch/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm</a></li>
<li><a href="#branchessafari612branchSourceWebCorebindingsscriptstestJSJSTestObjcpp">branches/safari-612-branch/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp</a></li>
<li><a href="#branchessafari612branchSourceWebCorebindingsscriptstestTestObjidl">branches/safari-612-branch/Source/WebCore/bindings/scripts/test/TestObj.idl</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="branchessafari612branchSourceJavaScriptCoreChangeLog"></a>
<div class="modfile"><h4>Modified: branches/safari-612-branch/Source/JavaScriptCore/ChangeLog (283687 => 283688)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-612-branch/Source/JavaScriptCore/ChangeLog 2021-10-07 00:52:44 UTC (rev 283687)
+++ branches/safari-612-branch/Source/JavaScriptCore/ChangeLog 2021-10-07 00:52:50 UTC (rev 283688)
</span><span class="lines">@@ -1,5 +1,47 @@
</span><span class="cx"> 2021-10-06 Russell Epstein <repstein@apple.com>
</span><span class="cx">
</span><ins>+ Cherry-pick r283444. rdar://problem/83960033
+
+ Remove JSC hack after r283410
+ https://bugs.webkit.org/show_bug.cgi?id=230261
+
+ Reviewed by Mark Lam.
+
+ Source/JavaScriptCore:
+
+ * runtime/JSObject.cpp:
+ (JSC::JSObject::getOwnPropertyDescriptor):
+ * runtime/PropertySlot.h:
+
+ Source/WebCore:
+
+ We revert a hack for accessors in JSC since this is not necessary.
+
+ * bindings/scripts/CodeGeneratorJS.pm:
+ (GetJSCAttributesForAttribute):
+ * bindings/scripts/test/JS/JSTestObj.cpp:
+ (WebCore::JSTestObjDOMConstructor::construct):
+ (WebCore::jsTestObj_searchGetter):
+ (WebCore::JSC_DEFINE_CUSTOM_GETTER):
+ (WebCore::setJSTestObj_searchSetter):
+ (WebCore::JSC_DEFINE_CUSTOM_SETTER):
+ * bindings/scripts/test/TestObj.idl:
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283444 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2021-10-02 Yusuke Suzuki <ysuzuki@apple.com>
+
+ Remove JSC hack after r283410
+ https://bugs.webkit.org/show_bug.cgi?id=230261
+
+ Reviewed by Mark Lam.
+
+ * runtime/JSObject.cpp:
+ (JSC::JSObject::getOwnPropertyDescriptor):
+ * runtime/PropertySlot.h:
+
+2021-10-06 Russell Epstein <repstein@apple.com>
+
</ins><span class="cx"> Cherry-pick r283410. rdar://problem/83960033
</span><span class="cx">
</span><span class="cx"> Disable new incumbent-window until it is fully implemented
</span></span></pre></div>
<a id="branchessafari612branchSourceJavaScriptCoreruntimeJSObjectcpp"></a>
<div class="modfile"><h4>Modified: branches/safari-612-branch/Source/JavaScriptCore/runtime/JSObject.cpp (283687 => 283688)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-612-branch/Source/JavaScriptCore/runtime/JSObject.cpp 2021-10-07 00:52:44 UTC (rev 283687)
+++ branches/safari-612-branch/Source/JavaScriptCore/runtime/JSObject.cpp 2021-10-07 00:52:50 UTC (rev 283688)
</span><span class="lines">@@ -3677,8 +3677,6 @@
</span><span class="cx"> ASSERT_WITH_MESSAGE(slot.isCustom(), "PropertySlot::TypeCustom is required in case of PropertyAttribute::CustomAccessor");
</span><span class="cx"> descriptor.setAccessorDescriptor((slot.attributes() | PropertyAttribute::Accessor) & ~PropertyAttribute::CustomAccessor);
</span><span class="cx"> JSGlobalObject* slotBaseGlobalObject = slot.slotBase()->globalObject(vm);
</span><del>- if (slot.attributes() & PropertyAttribute::DOMLegacyAccessor)
- slotBaseGlobalObject = globalObject;
</del><span class="cx"> if (slot.customGetter())
</span><span class="cx"> descriptor.setGetter(createCustomGetterFunction(slotBaseGlobalObject, vm, propertyName, slot.customGetter(), slot.domAttribute()));
</span><span class="cx"> if (slot.customSetter())
</span></span></pre></div>
<a id="branchessafari612branchSourceJavaScriptCoreruntimePropertySloth"></a>
<div class="modfile"><h4>Modified: branches/safari-612-branch/Source/JavaScriptCore/runtime/PropertySlot.h (283687 => 283688)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-612-branch/Source/JavaScriptCore/runtime/PropertySlot.h 2021-10-07 00:52:44 UTC (rev 283687)
+++ branches/safari-612-branch/Source/JavaScriptCore/runtime/PropertySlot.h 2021-10-07 00:52:50 UTC (rev 283688)
</span><span class="lines">@@ -45,7 +45,6 @@
</span><span class="cx"> Accessor = 1 << 4, // property is a getter/setter
</span><span class="cx"> CustomAccessor = 1 << 5,
</span><span class="cx"> CustomValue = 1 << 6,
</span><del>- DOMLegacyAccessor = 1 << 7, // property is a DOM legacy accessor, which holds caller's global object when it is materialized.
</del><span class="cx"> CustomAccessorOrValue = CustomAccessor | CustomValue,
</span><span class="cx"> AccessorOrCustomAccessorOrValue = Accessor | CustomAccessor | CustomValue,
</span><span class="cx"> ReadOnlyOrAccessorOrCustomAccessor = ReadOnly | Accessor | CustomAccessor,
</span></span></pre></div>
<a id="branchessafari612branchSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: branches/safari-612-branch/Source/WebCore/ChangeLog (283687 => 283688)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-612-branch/Source/WebCore/ChangeLog 2021-10-07 00:52:44 UTC (rev 283687)
+++ branches/safari-612-branch/Source/WebCore/ChangeLog 2021-10-07 00:52:50 UTC (rev 283688)
</span><span class="lines">@@ -1,5 +1,55 @@
</span><span class="cx"> 2021-10-06 Russell Epstein <repstein@apple.com>
</span><span class="cx">
</span><ins>+ Cherry-pick r283444. rdar://problem/83960033
+
+ Remove JSC hack after r283410
+ https://bugs.webkit.org/show_bug.cgi?id=230261
+
+ Reviewed by Mark Lam.
+
+ Source/JavaScriptCore:
+
+ * runtime/JSObject.cpp:
+ (JSC::JSObject::getOwnPropertyDescriptor):
+ * runtime/PropertySlot.h:
+
+ Source/WebCore:
+
+ We revert a hack for accessors in JSC since this is not necessary.
+
+ * bindings/scripts/CodeGeneratorJS.pm:
+ (GetJSCAttributesForAttribute):
+ * bindings/scripts/test/JS/JSTestObj.cpp:
+ (WebCore::JSTestObjDOMConstructor::construct):
+ (WebCore::jsTestObj_searchGetter):
+ (WebCore::JSC_DEFINE_CUSTOM_GETTER):
+ (WebCore::setJSTestObj_searchSetter):
+ (WebCore::JSC_DEFINE_CUSTOM_SETTER):
+ * bindings/scripts/test/TestObj.idl:
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283444 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2021-10-02 Yusuke Suzuki <ysuzuki@apple.com>
+
+ Remove JSC hack after r283410
+ https://bugs.webkit.org/show_bug.cgi?id=230261
+
+ Reviewed by Mark Lam.
+
+ We revert a hack for accessors in JSC since this is not necessary.
+
+ * bindings/scripts/CodeGeneratorJS.pm:
+ (GetJSCAttributesForAttribute):
+ * bindings/scripts/test/JS/JSTestObj.cpp:
+ (WebCore::JSTestObjDOMConstructor::construct):
+ (WebCore::jsTestObj_searchGetter):
+ (WebCore::JSC_DEFINE_CUSTOM_GETTER):
+ (WebCore::setJSTestObj_searchSetter):
+ (WebCore::JSC_DEFINE_CUSTOM_SETTER):
+ * bindings/scripts/test/TestObj.idl:
+
+2021-10-06 Russell Epstein <repstein@apple.com>
+
</ins><span class="cx"> Cherry-pick r283410. rdar://problem/83960033
</span><span class="cx">
</span><span class="cx"> Disable new incumbent-window until it is fully implemented
</span></span></pre></div>
<a id="branchessafari612branchSourceWebCorebindingsscriptsCodeGeneratorJSpm"></a>
<div class="modfile"><h4>Modified: branches/safari-612-branch/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm (283687 => 283688)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-612-branch/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm 2021-10-07 00:52:44 UTC (rev 283687)
+++ branches/safari-612-branch/Source/WebCore/bindings/scripts/CodeGeneratorJS.pm 2021-10-07 00:52:50 UTC (rev 283688)
</span><span class="lines">@@ -2055,7 +2055,6 @@
</span><span class="cx"> push(@specials, "JSC::PropertyAttribute::DontEnum") if ($attribute->extendedAttributes->{NotEnumerable} || $isGlobalConstructor);
</span><span class="cx"> push(@specials, "JSC::PropertyAttribute::ReadOnly") if IsReadonly($attribute);
</span><span class="cx"> push(@specials, "JSC::PropertyAttribute::CustomAccessor") unless $isGlobalConstructor or IsJSBuiltin($interface, $attribute);
</span><del>- push(@specials, "JSC::PropertyAttribute::DOMLegacyAccessor") if $attribute->extendedAttributes->{LegacyActiveWindowForAccessor};
</del><span class="cx"> push(@specials, "JSC::PropertyAttribute::DOMAttribute") if IsAcceleratedDOMAttribute($interface, $attribute);
</span><span class="cx"> push(@specials, "JSC::PropertyAttribute::DOMJITAttribute") if $attribute->extendedAttributes->{DOMJIT};
</span><span class="cx"> push(@specials, "JSC::PropertyAttribute::Accessor | JSC::PropertyAttribute::Builtin") if IsJSBuiltin($interface, $attribute);
</span></span></pre></div>
<a id="branchessafari612branchSourceWebCorebindingsscriptstestJSJSTestObjcpp"></a>
<div class="modfile"><h4>Modified: branches/safari-612-branch/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp (283687 => 283688)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-612-branch/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp 2021-10-07 00:52:44 UTC (rev 283687)
+++ branches/safari-612-branch/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp 2021-10-07 00:52:50 UTC (rev 283688)
</span><span class="lines">@@ -1847,6 +1847,8 @@
</span><span class="cx"> static JSC_DECLARE_CUSTOM_SETTER(setJSTestObj_double_leading_underscore_attribute);
</span><span class="cx"> static JSC_DECLARE_CUSTOM_GETTER(jsTestObj_trailing_underscore_attribute_);
</span><span class="cx"> static JSC_DECLARE_CUSTOM_SETTER(setJSTestObj_trailing_underscore_attribute_);
</span><ins>+static JSC_DECLARE_CUSTOM_GETTER(jsTestObj_search);
+static JSC_DECLARE_CUSTOM_SETTER(setJSTestObj_search);
</ins><span class="cx">
</span><span class="cx"> class JSTestObjPrototype final : public JSC::JSNonFinalObject {
</span><span class="cx"> public:
</span><span class="lines">@@ -2181,6 +2183,7 @@
</span><span class="cx"> { "leading_underscore_attribute", static_cast<unsigned>(JSC::PropertyAttribute::CustomAccessor | JSC::PropertyAttribute::DOMAttribute), NoIntrinsic, { (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObj_leading_underscore_attribute), (intptr_t) static_cast<PutPropertySlot::PutValueFunc>(setJSTestObj_leading_underscore_attribute) } },
</span><span class="cx"> { "_double_leading_underscore_attribute", static_cast<unsigned>(JSC::PropertyAttribute::CustomAccessor | JSC::PropertyAttribute::DOMAttribute), NoIntrinsic, { (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObj_double_leading_underscore_attribute), (intptr_t) static_cast<PutPropertySlot::PutValueFunc>(setJSTestObj_double_leading_underscore_attribute) } },
</span><span class="cx"> { "trailing_underscore_attribute_", static_cast<unsigned>(JSC::PropertyAttribute::CustomAccessor | JSC::PropertyAttribute::DOMAttribute), NoIntrinsic, { (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObj_trailing_underscore_attribute_), (intptr_t) static_cast<PutPropertySlot::PutValueFunc>(setJSTestObj_trailing_underscore_attribute_) } },
</span><ins>+ { "search", static_cast<unsigned>(JSC::PropertyAttribute::CustomAccessor | JSC::PropertyAttribute::DOMAttribute), NoIntrinsic, { (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestObj_search), (intptr_t) static_cast<PutPropertySlot::PutValueFunc>(setJSTestObj_search) } },
</ins><span class="cx"> #if ENABLE(TEST_FEATURE)
</span><span class="cx"> { "enabledAtRuntimeOperation", static_cast<unsigned>(JSC::PropertyAttribute::Function), NoIntrinsic, { (intptr_t)static_cast<RawNativeFunction>(jsTestObjPrototypeFunction_enabledAtRuntimeOperation), (intptr_t) (1) } },
</span><span class="cx"> #else
</span><span class="lines">@@ -5326,6 +5329,37 @@
</span><span class="cx"> return IDLAttribute<JSTestObj>::set<setJSTestObj_trailing_underscore_attribute_Setter>(*lexicalGlobalObject, thisValue, encodedValue, attributeName);
</span><span class="cx"> }
</span><span class="cx">
</span><ins>+static inline JSValue jsTestObj_searchGetter(JSGlobalObject& lexicalGlobalObject, JSTestObj& thisObject)
+{
+ auto& vm = JSC::getVM(&lexicalGlobalObject);
+ auto throwScope = DECLARE_THROW_SCOPE(vm);
+ auto& impl = thisObject.wrapped();
+ RELEASE_AND_RETURN(throwScope, (toJS<IDLUSVString>(lexicalGlobalObject, throwScope, impl.search())));
+}
+
+JSC_DEFINE_CUSTOM_GETTER(jsTestObj_search, (JSGlobalObject* lexicalGlobalObject, EncodedJSValue thisValue, PropertyName attributeName))
+{
+ return IDLAttribute<JSTestObj>::get<jsTestObj_searchGetter, CastedThisErrorBehavior::Assert>(*lexicalGlobalObject, thisValue, attributeName);
+}
+
+static inline bool setJSTestObj_searchSetter(JSGlobalObject& lexicalGlobalObject, JSTestObj& thisObject, JSValue value)
+{
+ auto& vm = JSC::getVM(&lexicalGlobalObject);
+ auto throwScope = DECLARE_THROW_SCOPE(vm);
+ auto& impl = thisObject.wrapped();
+ auto nativeValue = convert<IDLUSVString>(lexicalGlobalObject, value);
+ RETURN_IF_EXCEPTION(throwScope, false);
+ invokeFunctorPropagatingExceptionIfNecessary(lexicalGlobalObject, throwScope, [&] {
+ return impl.setSearch(legacyActiveDOMWindowForAccessor(*jsCast<JSDOMGlobalObject*>(&lexicalGlobalObject)), firstDOMWindow(*jsCast<JSDOMGlobalObject*>(&lexicalGlobalObject)), WTFMove(nativeValue));
+ });
+ return true;
+}
+
+JSC_DEFINE_CUSTOM_SETTER(setJSTestObj_search, (JSGlobalObject* lexicalGlobalObject, EncodedJSValue thisValue, EncodedJSValue encodedValue, PropertyName attributeName))
+{
+ return IDLAttribute<JSTestObj>::set<setJSTestObj_searchSetter>(*lexicalGlobalObject, thisValue, encodedValue, attributeName);
+}
+
</ins><span class="cx"> #if ENABLE(TEST_FEATURE)
</span><span class="cx"> static inline JSC::EncodedJSValue jsTestObjPrototypeFunction_enabledAtRuntimeOperation1Body(JSC::JSGlobalObject* lexicalGlobalObject, JSC::CallFrame* callFrame, typename IDLOperation<JSTestObj>::ClassParameter castedThis)
</span><span class="cx"> {
</span></span></pre></div>
<a id="branchessafari612branchSourceWebCorebindingsscriptstestTestObjidl"></a>
<div class="modfile"><h4>Modified: branches/safari-612-branch/Source/WebCore/bindings/scripts/test/TestObj.idl (283687 => 283688)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-612-branch/Source/WebCore/bindings/scripts/test/TestObj.idl 2021-10-07 00:52:44 UTC (rev 283687)
+++ branches/safari-612-branch/Source/WebCore/bindings/scripts/test/TestObj.idl 2021-10-07 00:52:50 UTC (rev 283688)
</span><span class="lines">@@ -455,6 +455,8 @@
</span><span class="cx"> boolean bigUint64(BigUint64Array destination);
</span><span class="cx"> boolean bigInt64AllowShared([AllowShared] BigInt64Array destination);
</span><span class="cx"> boolean bigUint64AllowShared([AllowShared] BigUint64Array destination);
</span><ins>+
+ [SetterCallWith=LegacyActiveWindowForAccessor&FirstWindow] attribute USVString search;
</ins><span class="cx"> };
</span><span class="cx">
</span><span class="cx"> // The following comments should not generate any code.
</span></span></pre>
</div>
</div>
</body>
</html>