@@ -25,7 +25,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/to-
2525 < div class ='fl pad1y space-right2 '>
2626 < span class ="strong "> 100% </ span >
2727 < span class ="quiet "> Statements</ span >
28- < span class ='fraction '> 46/46 </ span >
28+ < span class ='fraction '> 47/47 </ span >
2929 </ div >
3030
3131
@@ -46,7 +46,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/to-
4646 < div class ='fl pad1y space-right2 '>
4747 < span class ="strong "> 100% </ span >
4848 < span class ="quiet "> Lines</ span >
49- < span class ='fraction '> 46/46 </ span >
49+ < span class ='fraction '> 47/47 </ span >
5050 </ div >
5151
5252
@@ -109,7 +109,9 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/to-
109109< a name ='L44 '> </ a > < a href ='#L44 '> 44</ a >
110110< a name ='L45 '> </ a > < a href ='#L45 '> 45</ a >
111111< a name ='L46 '> </ a > < a href ='#L46 '> 46</ a >
112- < a name ='L47 '> </ a > < a href ='#L47 '> 47</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 19x</ span >
112+ < a name ='L47 '> </ a > < a href ='#L47 '> 47</ a >
113+ < a name ='L48 '> </ a > < a href ='#L48 '> 48</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 19x</ span >
114+ < span class ="cline-any cline-yes "> 19x</ span >
113115< span class ="cline-any cline-yes "> 19x</ span >
114116< span class ="cline-any cline-yes "> 19x</ span >
115117< span class ="cline-any cline-yes "> 19x</ span >
@@ -191,6 +193,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/to-
191193* @param {Object} ctx - context object
192194* @param {Function} ctx.getter - accessor for retrieving array elements
193195* @param {boolean} ctx.strict - boolean indicating whether to enforce strict bounds checking
196+ * @throws {RangeError} index exceeds array bounds
194197* @returns {*} result
195198*/
196199function getElement( target, property, ctx ) {
@@ -208,7 +211,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/to-
208211 < div class ='footer quiet pad2 space-top1 center small '>
209212 Code coverage generated by
210213 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
211- at 2024-12-29T21:40:03.626Z
214+ at 2025-01-04T11:03:58.993Z
212215 </ div >
213216 < script src ="../../../prettify.js "> </ script >
214217 < script >
0 commit comments