|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
422 bytes
|
| Line | |
|---|
| 1 | import createSizePropertyCheck from './_createSizePropertyCheck.js';
|
|---|
| 2 | import getLength from './_getLength.js';
|
|---|
| 3 |
|
|---|
| 4 | // Internal helper for collection methods to determine whether a collection
|
|---|
| 5 | // should be iterated as an array or as an object.
|
|---|
| 6 | // Related: https://people.mozilla.org/~jorendorff/es6-draft.html#sec-tolength
|
|---|
| 7 | // Avoids a very nasty iOS 8 JIT bug on ARM-64. #2094
|
|---|
| 8 | export default createSizePropertyCheck(getLength);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.