Skip to content

Commit 860108f

Browse files
committed
Update artifacts
1 parent cbeb889 commit 860108f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[90,90,100,5,5,100,1,1,100,90,90,100,"4903c36ddcb75713e0efc1cdd31e462a99d70f0f","2025-11-09 18:53:44 +0530"]
1+
[90,90,100,5,5,100,1,1,100,90,90,100,"499d848f716ba350287ab47d2f84bc35d41d44fd","2025-11-09 19:04:43 +0530"]

assert/has-search-symbol-support/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>All files</h1>
116116
<div class='footer quiet pad2 space-top1 center small'>
117117
Code coverage generated by
118118
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119-
at 2025-11-09T13:24:44.555Z
119+
at 2025-11-09T13:35:47.004Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

assert/has-search-symbol-support/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
190190
<div class='footer quiet pad2 space-top1 center small'>
191191
Code coverage generated by
192192
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
193-
at 2025-11-09T13:24:44.555Z
193+
at 2025-11-09T13:35:47.004Z
194194
</div>
195195
<script src="prettify.js"></script>
196196
<script>

assert/has-search-symbol-support/main.js.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,13 @@ <h1><a href="index.html">All files</a> main.js</h1>
200200
* var bool = hasSearchSymbolSupport();
201201
* // returns &lt;boolean&gt;
202202
*/
203-
function hasSearchSymbolSupport() { // eslint-disable-line id-length
204-
return (
205-
typeof Symbol === 'function' &amp;&amp;
206-
typeof Symbol( 'foo' ) === 'symbol' &amp;&amp;
207-
hasOwnProp( Symbol, 'search' ) &amp;&amp;
208-
typeof Symbol.search === 'symbol'
209-
);
203+
function hasSearchSymbolSupport() {
204+
return (
205+
typeof Symbol === 'function' &amp;&amp;
206+
typeof Symbol( 'foo' ) === 'symbol' &amp;&amp;
207+
hasOwnProp( Symbol, 'search' ) &amp;&amp;
208+
typeof Symbol.search === 'symbol'
209+
);
210210
}
211211
&nbsp;
212212
&nbsp;
@@ -220,7 +220,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
220220
<div class='footer quiet pad2 space-top1 center small'>
221221
Code coverage generated by
222222
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
223-
at 2025-11-09T13:24:44.555Z
223+
at 2025-11-09T13:35:47.004Z
224224
</div>
225225
<script src="prettify.js"></script>
226226
<script>

0 commit comments

Comments
 (0)