Skip to content

Commit c916c8a

Browse files
committed
Update artifacts
1 parent 24f5d27 commit c916c8a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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,"68349a250ddb1cb9effa09cfcf81b539eb1885f1","2025-11-09 15:44:29 +0530"]
1+
[90,90,100,5,5,100,1,1,100,90,90,100,"ba549dba52927dee4e7fb8a5b82c5b606bf45e6f","2025-11-09 16:03:30 +0530"]

assert/has-to-primitive-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-09T10:19:53.231Z
119+
at 2025-11-09T10:40:13.204Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

assert/has-to-primitive-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-09T10:19:53.231Z
193+
at 2025-11-09T10:40:13.204Z
194194
</div>
195195
<script src="prettify.js"></script>
196196
<script>

assert/has-to-primitive-symbol-support/main.js.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
150150
<span class="cline-any cline-yes">7x</span>
151151
<span class="cline-any cline-yes">7x</span>
152152
<span class="cline-any cline-yes">7x</span>
153+
<span class="cline-any cline-yes">7x</span>
153154
<span class="cline-any cline-yes">4x</span>
154155
<span class="cline-any cline-yes">4x</span>
155156
<span class="cline-any cline-yes">4x</span>
@@ -162,7 +163,6 @@ <h1><a href="index.html">All files</a> main.js</h1>
162163
<span class="cline-any cline-yes">7x</span>
163164
<span class="cline-any cline-yes">7x</span>
164165
<span class="cline-any cline-yes">7x</span>
165-
<span class="cline-any cline-yes">7x</span>
166166
<span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">/**
167167
* @license Apache-2.0
168168
*
@@ -188,19 +188,20 @@ <h1><a href="index.html">All files</a> main.js</h1>
188188
var hasOwnProp = require( '@stdlib/assert/has-own-property' );
189189
var Symbol = require( '@stdlib/symbol/ctor' );
190190
&nbsp;
191-
&nbsp;
192191
// MAIN //
193192
&nbsp;
194193
/**
195194
* Tests for native `Symbol.toPrimitive` support.
196195
*
196+
* @module @stdlib/assert/has-to-primitive-symbol-support
197+
*
197198
* @returns {boolean} boolean indicating if an environment has `Symbol.toPrimitive` support
198199
*
199200
* @example
200201
* var bool = hasToPrimitiveSymbolSupport();
201202
* // returns &lt;boolean&gt;
202203
*/
203-
function hasToPrimitiveSymbolSupport() { // eslint-disable-line id-length
204+
function hasToPrimitiveSymbolSupport() {
204205
return (
205206
typeof Symbol === 'function' &amp;&amp;
206207
typeof Symbol( 'foo' ) === 'symbol' &amp;&amp;
@@ -209,7 +210,6 @@ <h1><a href="index.html">All files</a> main.js</h1>
209210
);
210211
}
211212
&nbsp;
212-
&nbsp;
213213
// EXPORTS //
214214
&nbsp;
215215
module.exports = hasToPrimitiveSymbolSupport;
@@ -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-09T10:19:53.231Z
223+
at 2025-11-09T10:40:13.204Z
224224
</div>
225225
<script src="prettify.js"></script>
226226
<script>

0 commit comments

Comments
 (0)