@@ -25,7 +25,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">assert/is
25
25
< div class ='fl pad1y space-right2 '>
26
26
< span class ="strong "> 100% </ span >
27
27
< span class ="quiet "> Statements</ span >
28
- < span class ='fraction '> 62/62 </ span >
28
+ < span class ='fraction '> 54/54 </ span >
29
29
</ div >
30
30
31
31
@@ -46,7 +46,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">assert/is
46
46
< div class ='fl pad1y space-right2 '>
47
47
< span class ="strong "> 100% </ span >
48
48
< span class ="quiet "> Lines</ span >
49
- < span class ='fraction '> 62/62 </ span >
49
+ < span class ='fraction '> 54/54 </ span >
50
50
</ div >
51
51
52
52
@@ -117,23 +117,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">assert/is
117
117
< a name ='L52 '> </ a > < a href ='#L52 '> 52</ a >
118
118
< a name ='L53 '> </ a > < a href ='#L53 '> 53</ a >
119
119
< a name ='L54 '> </ a > < a href ='#L54 '> 54</ a >
120
- < a name ='L55 '> </ a > < a href ='#L55 '> 55</ a >
121
- < a name ='L56 '> </ a > < a href ='#L56 '> 56</ a >
122
- < a name ='L57 '> </ a > < a href ='#L57 '> 57</ a >
123
- < a name ='L58 '> </ a > < a href ='#L58 '> 58</ a >
124
- < a name ='L59 '> </ a > < a href ='#L59 '> 59</ a >
125
- < a name ='L60 '> </ a > < a href ='#L60 '> 60</ a >
126
- < a name ='L61 '> </ a > < a href ='#L61 '> 61</ a >
127
- < a name ='L62 '> </ a > < a href ='#L62 '> 62</ a >
128
- < a name ='L63 '> </ a > < a href ='#L63 '> 63</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 1x</ span >
129
- < span class ="cline-any cline-yes "> 1x</ span >
130
- < span class ="cline-any cline-yes "> 1x</ span >
131
- < span class ="cline-any cline-yes "> 1x</ span >
132
- < span class ="cline-any cline-yes "> 1x</ span >
133
- < span class ="cline-any cline-yes "> 1x</ span >
134
- < span class ="cline-any cline-yes "> 1x</ span >
135
- < span class ="cline-any cline-yes "> 1x</ span >
136
- < span class ="cline-any cline-yes "> 1x</ span >
120
+ < a name ='L55 '> </ a > < a href ='#L55 '> 55</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 1x</ span >
137
121
< span class ="cline-any cline-yes "> 1x</ span >
138
122
< span class ="cline-any cline-yes "> 1x</ span >
139
123
< span class ="cline-any cline-yes "> 1x</ span >
@@ -224,24 +208,16 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">assert/is
224
208
* 'boop': true
225
209
* };
226
210
*
227
- * var bool = isEnumerableProperty( beep, 'boop' );
211
+ * var bool = isEnumerableProperty.call ( beep, 'boop' );
228
212
* // returns true
229
213
*
230
214
* @example
231
215
* var beep = {
232
216
* 'boop': true
233
217
* };
234
218
*
235
- * var bool = isEnumerableProperty( beep, 'hasOwnProperty' );
219
+ * var bool = isEnumerableProperty.call ( beep, 'hasOwnProperty' );
236
220
* // returns false
237
- *
238
- * @example
239
- * var bool = isEnumerableProperty( null, 'boop' );
240
- * // throws <TypeError>
241
- *
242
- * @example
243
- * var bool = isEnumerableProperty( void 0, 'boop' );
244
- * // throws <TypeError>
245
221
*/
246
222
var isEnumerableProperty = Object.prototype.propertyIsEnumerable;
247
223
@@ -256,7 +232,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">assert/is
256
232
< div class ='footer quiet pad2 space-top1 center small '>
257
233
Code coverage generated by
258
234
< a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
259
- at 2025-09-14T15:22:16.114Z
235
+ at 2025-09-14T20:51:11.988Z
260
236
</ div >
261
237
< script src ="../../../prettify.js "> </ script >
262
238
< script >
0 commit comments