(intrinsics)
| 9861 | * @param {Record<any,any>} intrinsics |
| 9862 | */$h_once.tameFauxDataProperty(tameFauxDataProperty); |
| 9863 | const tameFauxDataProperties= (intrinsics)=>{ |
| 9864 | // https://github.com/tc39/proposal-iterator-helpers |
| 9865 | tameFauxDataProperty( |
| 9866 | intrinsics['%IteratorPrototype%'], |
| 9867 | 'constructor', |
| 9868 | intrinsics.Iterator); |
| 9869 | |
| 9870 | // https://github.com/tc39/proposal-iterator-helpers |
| 9871 | tameFauxDataProperty( |
| 9872 | intrinsics['%IteratorPrototype%'], |
| 9873 | toStringTagSymbol, |
| 9874 | 'Iterator'); |
| 9875 | |
| 9876 | };$h_once.tameFauxDataProperties(tameFauxDataProperties); |
| 9877 | })() |
| 9878 | , |
| 9879 | // === functors[48] === |
no test coverage detected