MCPcopy Create free account
hub / github.com/ICBNetwork/web3-Wallet / tameFauxDataProperties

Function tameFauxDataProperties

ses.cjs:9863–9876  ·  view source on GitHub ↗
(intrinsics)

Source from the content-addressed store, hash-verified

9861 * @param {Record<any,any>} intrinsics
9862 */$h‍_once.tameFauxDataProperty(tameFauxDataProperty);
9863const 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] ===

Callers 1

repairIntrinsicsFunction · 0.85

Calls 1

tameFauxDataPropertyFunction · 0.85

Tested by

no test coverage detected