Skip to content

Commit 70ebb49

Browse files
committed
Update artifacts
1 parent 860108f commit 70ebb49

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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,"499d848f716ba350287ab47d2f84bc35d41d44fd","2025-11-09 19:04:43 +0530"]
1+
[90,90,100,5,5,100,1,1,100,90,90,100,"ab2e7845632b1dc41f6286b77adee68be1a995fd","2025-11-09 19:20:02 +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:35:47.004Z
119+
at 2025-11-09T13:51:48.315Z
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:35:47.004Z
193+
at 2025-11-09T13:51:48.315Z
194194
</div>
195195
<script src="prettify.js"></script>
196196
<script>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ <h1><a href="index.html">All files</a> main.js</h1>
203203
function hasSearchSymbolSupport() {
204204
return (
205205
typeof Symbol === 'function' &amp;&amp;
206-
typeof Symbol( 'foo' ) === 'symbol' &amp;&amp;
207-
hasOwnProp( Symbol, 'search' ) &amp;&amp;
206+
typeof Symbol('foo') === 'symbol' &amp;&amp;
207+
hasOwnProp(Symbol, 'search') &amp;&amp;
208208
typeof Symbol.search === 'symbol'
209209
);
210210
}
@@ -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:35:47.004Z
223+
at 2025-11-09T13:51:48.315Z
224224
</div>
225225
<script src="prettify.js"></script>
226226
<script>

0 commit comments

Comments
 (0)