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

Function initProperties

ses.cjs:3743–3747  ·  view source on GitHub ↗
(obj, descs)

Source from the content-addressed store, hash-verified

3741// This ensures that the intrinsics added to the intrinsics collector object
3742// graph do not overlap.
3743function initProperties(obj, descs) {
3744 for( const [name, desc]of entries(descs)) {
3745 initProperty(obj, name, desc);
3746 }
3747 }
3748
3749// sampleGlobals creates an intrinsics object, suitable for
3750// interinsicsCollector.addIntrinsics, from the named properties of a global

Callers 1

addIntrinsicsFunction · 0.85

Calls 1

initPropertyFunction · 0.85

Tested by

no test coverage detected