MCPcopy
hub / github.com/zloirock/core-js / nullProto

Function nullProto

tests/unit-global/esnext.iterator.zip-keyed.js:4–6  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

2import { DESCRIPTORS } from '../helpers/constants.js';
3
4function nullProto(obj) {
5 return Object.assign(Object.create(null), obj);
6}
7
8QUnit.test('Iterator.zipKeyed', assert => {
9 const { zipKeyed } = Iterator;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…